disabling image resize widget in IE 6

They have: 5,633 posts

Joined: Jan 1970

Greetings all,

I need a code that will disable that image shrink to fit annoyance in IE 6.0. Can anyone help me out? Googling for this hasn't helped, and unfortunately I'm short on time.

Thanks for your help!
CG

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

Unfortunatly, I think that, that choice isn't up to you, it's up to the user who is using IE.

Abhishek Reddy's picture

He has: 3,348 posts

Joined: Jul 2001

If you put the image in a separate html file -- that is, output in ... ... and not as an image file itself, IE can't resize it. Smiling

He has: 1,758 posts

Joined: Jul 2002

Thats exactly right. If you specify the image dimensions IE won't resize it.

So the only way round it is to either insist that your clients turn of the feature in IE OR put the image within its own html file and exactly specify the dimensions.

Andy

The Webmistress's picture

She has: 5,586 posts

Joined: Feb 2001

How do you turn off the feature in IE?

Abhishek Reddy's picture

He has: 3,348 posts

Joined: Jul 2001

The Webmistress wrote: How do you turn off the feature in IE?

Use Firefox. Failing that, scour your options... my guess is it's in Advanced or whatever that tab is that lists a bunch of options with checkboxes. Smiling

He has: 1,758 posts

Joined: Jul 2002

The Webmistress wrote: How do you turn off the feature in IE?

Tools > Internet Options > Advanced >

Scroll down to "Multimedia" and uncheck "Enable Automatic Image Resizing"

Andy

The Webmistress's picture

She has: 5,586 posts

Joined: Feb 2001

Excellent! Thanks Smiling

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.