PDA

View Full Version : Resizing images proportionately


Dabrowski
6-16-05, 07:38 PM
I don't like the scrunching that osC does with images. I realize that it just resized the full-size image with HTML tag attributes, so I'd like to change it so it works off of one dimension for the max, but then calculates the other proportionately. (I'd really like it to create thumbnails and manage them, but I can't seem to find a contribution that works.)

Any ideas where to start looking in the code?

Dabrowski
6-18-05, 02:09 PM
No one? Well, good news. I found a tip in the documentation to leave the width blank, and it helps the quality of the thumbnails. Phew! Easy fix:)