alapimba Posted June 16, 2010 Share Posted June 16, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/204933-image-resize-on-browser-bicubic-interpolation/ Share on other sites More sharing options...
haku Posted June 16, 2010 Share Posted June 16, 2010 You should only be using images at their actual size. Resize the images if you need them at a different size than they are. Quote Link to comment https://forums.phpfreaks.com/topic/204933-image-resize-on-browser-bicubic-interpolation/#findComment-1072880 Share on other sites More sharing options...
alapimba Posted June 16, 2010 Author Share Posted June 16, 2010 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? Quote Link to comment https://forums.phpfreaks.com/topic/204933-image-resize-on-browser-bicubic-interpolation/#findComment-1072918 Share on other sites More sharing options...
haku Posted June 16, 2010 Share Posted June 16, 2010 Resize them using GD or Imagemagick. Quote Link to comment https://forums.phpfreaks.com/topic/204933-image-resize-on-browser-bicubic-interpolation/#findComment-1072924 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.