hi
i'd like to have a large version of an album's highlight image at the top of the album page. i found an example of how to display a thumbnail and got that working. i was able to tweak that enough to get full size images to display. but i'd like to display a large image (not full size) like is displayed by default on the photo page.
how would i go about doing this?
Posts: 6136
http://www.flashyourweb.com/staticpages/index.php?page=mediaBlock
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 2
is there some way i can do this without adding another 3rd party application.
from other posts i was able to get the thumbnail to display by putting this code into the showAlbumPage function in theme.inc:
i was able to get it to show the large version of the image by putting this code into the album.tpl file
this works when people upload fairly small images, but when someone uploads a 3072x2048 image, it is way too large. is there anyway to get the program display the default image size? it seems like i'm pretty close since i already have the image id.
thoughts?