
Originally Posted by
justlukeyou
Brilliant thanks, so I can fit the height in pixels. I have the width in %
If screensize changes will it keep the height in pixels so instead of looking nice and rectangular they look like tall vertical strips with the image squashed vertically?
Can you supply a link to the site or sample sizes of the images and the fixed container size?
I scale thumbnails with the maximum height and width set to 128px. Thumbnails in container size 132px.
The thumbnail is positioned with the following:
HTML Code:
<a href='#'>
title goes here
<img src='thumb_nail.jpg' style='max-height:128px; margin:0 auto; text-align:center' alt='#' />
</a>
Bookmarks