Is it possible to apply some layout to the page showing the full-size iamge ? For instance background, centering of the image, navigation,etc. ? If yes how ?
Hey, Soleil, if you figure out a script, would you share? I've asked the same question but am clueless with php scripting. My custom page failed miserably.
Of course, macalter, I'll share the script. But I have first to get an answer to my question about the location of this full image link. Or do you know the answer ?
Well, the full image is actually not on a page, it's just the full image. You would have to create a new theme page where you call the full image on. You would have to pass the full image url to that page with $_POST or $_GET.
Comments
However I am not sure where this full image link is ?
Do you mean : `" title="<?php echo getImageTitle();?>"><?php printDefaultSizedImage(getImageTitle()); ?> ` in the image.php page ?