-
Liquid/responsive images does not show in IE
I wanted to make a website that would be responsive to all screen sizes. I followed various bits of advice I found in some good articles on https://www.alistapart.com
I ended using up this code for the images:
<img src=”image.jpg” width=”100%” height=”auto” />And this is how it turned out:
https://www.oslcontemporary.com/alternative2/OSLcontemporary/artists/artists-AKDolven-works.htmlI am quite pleased how the page above will resize nicely on my iPhone 3.
However, I checked the same page on IE from a PC and it seems that IE cannot read the ‘auto’ tag.
I wonder if I can add a kind of workaround somewhere in the header or CSS file so that for IE users the images will show in set sizes? I’d hate to give up on my liquid mission.