Hi,
Any advice on how to get the full image url inside image.php to display the full size image inside of an HTML page instead of just an image link?
My client doesn't want a lightbox and wants a return to previous page link displayed with the full size image.
Is my only option to open a JS popup window that is full size? I hope there is another option...
I see the following around line 690 of template-functions.php:
`
function getFullImageURL() {
global $_zp_current_image;
return $_zp_current_image->getFullImage();
}
`
Can the source files be modified to display the image inside an html page like the image loaded in album.php?
thanks in advance!
Comments
printDefaultSizedImage(getImageTitle());
That should display the image, full sized.