![]() |
|
Return to image from full picture ? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Return to image from full picture ? (/thread-13209.html) |
Return to image from full picture ? - ctdlg - 28-05-2019 Hello, May be this question has already been discussed : I've not found it. Clicking a thumbnail displays the intermediate picture. Is it possible to change last click to go back to the intermediate picture instead of full resized picture ? Return to image from full picture ? - acrylian - 28-05-2019 The thing is the full picture is not really a theme page actually and not always anyway. It is only displayed within a script page if you have set it to a protected view and that page is not themable. Otherwise it is just the picture itself.
We could change the return link to the image page but it could conflict with themes that do not use the sized image at all. It would return to a non existing page then. We could add a parameter to the full image URL functions or a theme option. I would recommend to open the full image within a "lightbox" like the included colorbox plugin or some other to basicaly solve this issue. Or additionally change the full image link on your theme to open a new window. PS just to note the official ZP terms - as you see them in all documentation within code and otherwise - for the images are
Return to image from full picture ? - ctdlg - 28-05-2019 Thank you for your help : Return to image from full picture ? - ctdlg - 28-05-2019 Concerning full image, we can right click and choose "display picture" then we can zoom to 1/1 or not ! Return to image from full picture ? - acrylian - 28-05-2019 Yes, colorbox and other "lightbox" scripts scale it to the viewport so it is completely visible. If you need the direct full image you could add a separate link for it, too. Return to image from full picture ? - ctdlg - 28-05-2019 Very good suggestion : I've added the link on the printImageTitle() (image title), image.php file |