Jump to content

image resize on browser - bicubic interpolation


alapimba

Recommended Posts

Hello, i had a big size with lots of images on a database, recently i changed the layout and i'm using the same images.

The problem is that i resized the images a little bit on the browser.

On ie 8 firefox and google chrome works perfect but on ie7 the images are not rendered perfect.

 

I found this css snippet that fixed this issue on ie7 but on ie6 the images ate still not perfect.

 

/* better image scaling with IE */

img {

-ms-interpolation-mode: bicubic;

}

 

 

Theres any other solution for this resize well on ie6?

 

Anyone to help me?

 

Thanks

Link to comment
Share on other sites

You should only be using images at their actual size. Resize the images if you need them at a different size than they are.

 

yeah i know but i have all the images on the database and on the server.

it will means a lot of work to download everything, resize and add a new field to the database... i wanted a solution that don't damage the images while resize.

any idea?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.