| I've been picking at a template for my web photo album for several months now, and finally got it to work. Basically, it's a CSS layout with a script to fit a picture into the center pane with the largest possible dimensions, while preserving aspect ration (AFAIK, pure HTML/CSS cannot do this). I also needed a couple hundred lines of scripts to work around CSS rendering bugs in various browsers (Opera and Konqueror were guilty as well as the obvious MSIE).
So, without further ado, here's my template applied to a horizontal picture, and here's the same thing applied to a vertical picture.
Does it look good in your browser? Any changes/improvements that I should make?
When I've finished this to everybody's satisfaction, I'll make a gthumb template out of it and GPL it, in case anyone else wants to use it. |