Fix HTML resized images in Internet Explorer
HTML resized images in Internet Explorer look like crap, unless you add the following line in IE-speciffic CSS:
img { -ms-interpolation-mode: bicubic; }
Handle with care.
HTML resized images in Internet Explorer look like crap, unless you add the following line in IE-speciffic CSS:
img { -ms-interpolation-mode: bicubic; }
Handle with care.