Internet Explorer 7 uses a rather crude method to resize images by default. There's a CSS tag img { -ms-interpolation-mode: bicubic; } to get better results, but I'm unable to change the source of the page. IE8 uses the better method as the default, but this is a corporate environment that is unable to upgrade at this moment.

Is there anything in the options or a registry hack to change the default resizing mode in IE7?

link|improve this question

54% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Put that into a CSS file somewhere and set it as an user style.

link|improve this answer
Never did get this to work, but they finally upgraded to IE 8 so it's a moot point. Thanks for the answer. – Mark Ransom May 14 '11 at 1:58
feedback

You can put that rule in a user CSS file and perhaps you can set that via group policies.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.