I have a site where people can display their own images, and the problem comes in when I display a selection of 'thumbnails' of their images for their visitors. Everything is fine in IE and Netscape, but when you go to Safari and some other browsers the images appear stretched when I force the resize.
Is there a way to determine the size (in pixels) of the image on the fly so that I can calculate an accurate height and width?
(I'm using VBScript and ASP for the site)