I have tried to auto resize the image using the CSS property max-width, but it does\'t work in IE7 and IE8. Is there any way to auto resize the image with pure CSS
max-width
I tested it and working for every browser
img{ height: auto; max-width: 100%; }