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
What would be the correct call to use?
"<?php echo getCustomImageURL(400);?>" (where 400 is the image size).