(Untitled)

I am trying to set the default sized image as a background image on the image.php but I need to figure out how to call that function.

I've got
<?=getFullImageURL();?>

but getSizedImageURL or getDefaultImageURL aren't working out.

I'd essentially just like to figure out how to get the URL only from the portion where in templates it uses printDefaultSizedImage

Thanks.

Comments

  • I am trying to get some similar data too. printDefaultSizedImage doesn't seem to provide a straight path to the "cache" resized images. For example the image I am trying to access may be located at: "/cache/album/photo1.jpg_w89_cw89_ch67.jpg".

    What would be the correct call to use?
  • Found answer at: http://www.zenphoto.org/support/topic.php?id=3399#post-20388

    "<?php echo getCustomImageURL(400);?>" (where 400 is the image size).
Sign In or Register to comment.