![]() |
|
Thumbnail size - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Thumbnail size (/thread-4477.html) |
Thumbnail size - Barbara - 2009-01-15 I have two different galleries on my site. One runs v 1.1.5 while the other is the latest nightly build. Thumbnail size - acrylian - 2009-01-15 I don't understand exactly. If you want uncropped images you should not check the crop thumbnails options. Also if you check cropping you should set a width and a height. Thumbnail size - Barbara - 2009-01-15 Basically I would like all the thumbs to have the same height with the width changing accordingly. Like this http://i44.tinypic.com/nxosi8.jpg [EDIT - Disregard] [EDIT 2]Ok, nevermind. Thumbnail size - sbillard - 2009-01-15 You want the printCustomAlbumThumbImage() function. Pass NULL for the size and width and 100 for the height. Thumbnail size - Barbara - 2009-01-16 Thanks sbillard. It's working for the album thumb but not for the thumbs inside each album. Is there another function for that? Thumbnail size - sbillard - 2009-01-16 No, but the album page is a different script from the index page. You would have to change both index.php and album.php. Thumbnail size - Barbara - 2009-01-27 Same problem again. How can I achieve this with printLatestImages? Thumbnail size - acrylian - 2009-01-28 printLatestAlbums() or more specific the image_album_statistics plugin does not support the "maxspace" way. Only cropped thumbs or uncropped images are possible. |