Get Full image URL to open in an html page

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

  • mww Member
    no advice.. ? :(
  • kenoji Member
    Well, if you want just the image to display. You put the code-

    printDefaultSizedImage(getImageTitle());

    That should display the image, full sized.
Sign In or Register to comment.