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:
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.
Asked
Active
Viewed 262 times
1

SlimenTN
- 3,383
- 7
- 31
- 78
1 Answers
1
img { height: 200px; width: auto; }

Yaroslav Surzhikov
- 1,568
- 1
- 11
- 16
-
Lol it's that simple. Thanks :) – SlimenTN Sep 10 '17 at 09:23
-
I need to wait 10 minutes to accept your answer :) – SlimenTN Sep 10 '17 at 09:23
-
@paper1111 no they are actually well displayed. – SlimenTN Sep 10 '17 at 09:29