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

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.