Internet Explorer image resizing tip
Tuesday, March 17th, 2009
Who knew?
Though it's not best practice to resize images in the browser this could really be useful in the right situation:
img { -ms-interpolation-mode: bicubic; }
This little snippet will vastly improve the image resizing abilities of ie — bringing it closer to the resized image quality experienced with Firefox or Safari.
[seen at devthought via css-tricks]




