Is it possible to downsize an image in html while keeping proportions?
I know I can use height and width attribute of img tag, but I don't know the image size.
Please don't tell me to find out the image size on the server, or that the right way to do this is to generate thumbnails on the server side and that is saves bandwidth and improves page loading time.
I know what the ideal solution is. But I want quick and dirty...