23 December 2008

A question of scale

For future reference: Joel Spolsky points to Scott Schiller's post that explains how to ask Internet Explorer 7 to use a sensible image resampling algorithm. The code snippet to go in your stylesheet is

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

The result: smoother resized images.

No comments: