I am not sure if I am missing something with printCustomAlbumThumbImage, but I am trying to get an album thumbnail image with a width of 228px and with a maximum height of 262px. Is this possible with the built in functions in zenPhoto, or do I need to write something custom? Thanks!
Comments
<?php printCustomAlbumThumbMaxSpace(getAlbumTitle(),228, 262, null, null, true); ?>
What exactly does the thumbStandin boolean value do? The description "treat as thumbnail" doesn't mean much to me.
Thanks!