Album thumbnails:
Within a `next_album()` loop use something like this:
`printCustomAlbumThumbImage(getBareAlbumTitle(), NULL, NULL, 50, NULL, NULL);`
This will create album thumbs 50px high.
(http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintCustomAlbumThumbImage)
Image thumbnails:
Within a `next_image()` loop use something like this:
`printCustomSizedImage(getBareImageTitle(), NULL, NULL, 50, NULL, NULL, NULL, NULL, NULL, NULL, true);`
This will create image thumbs 50px high.
(http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintCustomSizedImage)