can the representing album image's width be called on the album page?

This is the function used

printAlbumThumbImage(getAlbumTitle());

could i call the width of the current image also?

Thank you !!!
:]

Comments

  • 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`.
  • awh, thank you :)

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

    much appreciated !!!
Sign In or Register to comment.