ZenphotoCMS Forum
can the representing album image's width be called on the album page? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: can the representing album image's width be called on the album page? (/thread-2089.html)



can the representing album image's width be called on the album page? - motaheri - 2008-01-15

This is the function used

printAlbumThumbImage(getAlbumTitle());

could i call the width of the current image also?


Thank you !!!

]




can the representing album image's width be called on the album page? - sbillard - 2008-01-15

There is no direct way to do this. You can get the alubm thumb image with $_zp_current_image=getAlbumThumb();

You can then use the printDefaultSizedImage() function to show it.

NOTE: You need to do this outside of the image loop as that loop also uses $_zp_current_image.




can the representing album image's width be called on the album page? - motaheri - 2008-01-15

awh, thank you :)

i guess them i would need to formulated my own function then

much appreciated !!!