![]() |
|
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?
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 You can then use the NOTE: You need to do this outside of the image loop as that loop also uses 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 !!! |