PDA

View Full Version : smooth resize image


bean703
11-28-2007, 04:11 AM
I am trying to resize an image in html but when I change the size the image gets messed up. Is there a way to resize the image smoothly in html?

rmedek
11-28-2007, 04:35 AM
Not really. Even if you are resizing proportionally (width to height), the low res of web images don't really allow for smooth resizing. You could try saving the image with a high resolution (say, 300dpi) to see if it will work better.

You could also use a Flash object, depending on how you were using the image. John Oxton came up with that idea and I use that technique for the logo on my interim business website (http://littlethinky.com) (resize the text to see what I mean).