Make IE scale images more smoothly

First off, I hate really dislike IE, although IE 8 is better. Secondly there are ways to overcome the hate dislike. Here is a nice explanation of fixing the img scaling issue in IE.

http://joelonsoftware.com/items/2008/12/22.html

In short, add this to you site css file. 

img { -ms-interpolation-mode:bicubic; }

No Comments