1

I want to create a gallery and I want to display all images with the same height no matter what size they have like this picture:

enter image description here I set at the title Using CSS but t be honest I'm not sure if this is possible using CSS or Javascript, so I hope someone can put me in the right path.

SlimenTN
  • 3,383
  • 7
  • 31
  • 78

1 Answers1

1
img { height: 200px; width: auto; } 
Yaroslav Surzhikov
  • 1,568
  • 1
  • 11
  • 16