Responsive images same height
-
I’m trying to implement responsive images into my website. I want all images to be the same size and I’m using this code:
img { max-width:100%; height:auto; }The problem is images do not scale proportionally when screen resolution (width) is less than 767px – all images are the same width, but height differs see here. Is it possible to fix this using CSS?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Responsive images same height’ is closed to new replies.