![]() |
|
album.php thumbnail - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: album.php thumbnail (/thread-3955.html) |
album.php thumbnail - macalter - 24-10-2008 I have the thumbnail size set for theme option: The CSS is copied from style.css for Zenpage so that the formatting varies slightly for the thumbnails and the resized image pages (which I've not formatted yet). The CSS is suppose to make the thumb look set on a mat with a border. Except, the images are not at the top of the rectangle. It looks as if the image is almost 1/2 way down vertically within the black rectangle. img { } album.php thumbnail - acrylian - 25-10-2008 The thumb size is needed for Zenphoto's image processor. If that value is 100 the cropwidth and -height values should be 100 or less. Otherwise the crop is "outside" the image. |