I am working on a new site ourpictureshare.com and have tweaked Zenphoto to make my album thumbnails 460x230. I like how it looks, however I noticed this also changes the size of the thumbnails inside the album. Is there a way to keep my album images this size, but when a user clicks on an album the thumbnails in the album would be 120x120? Thanks,
Josh
Comments
Thanks for the help. Now '<?php printAlbumThumbImage(getAnnotatedAlbumTitle()); ?>' looks like '<?php printCustomAlbumThumbImage("alt", 120, 120,120,85,85,0,0,"class", "id"); ?>'