I have an image with this markup
And I am using CSS to downsize it to 600
set width:inherit for ie8
width:inherit
img { width:inherit; //for ie8 max-width: 100%; height: auto; }