I am looking to have LARGER and cropped album thumbnails that are larger then the thumbnails within the album. is this possible? in other words, i want the album page to have a larger image then the thumbnails inside the album. when i change the thumbnail size in the options, it changes all the thumbs including the album page, which is not good.
Comments
You would have to change your index.php page and/or the `next_album`loop on album.php using them.
http://www.zenphoto.org/2008/04/how-to-read-the-zenphoto-functions-guide/
http://www.zenphoto.org/2008/05/theming-tutorial/
" title="View album: <?php echo getAlbumTitle();?>"><?php printCustomAlbumThumbImage(getAlbumTitle(), null, 700, null, 662, 215); ?>
and it does what i want. now, just trying to figure out a good crop axis...