ZenphotoCMS Forum
Open fullsize image from thumbnail - 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: Open fullsize image from thumbnail (/thread-12565.html)



Open fullsize image from thumbnail - Stoltoguzzi - 2016-08-17

currently clicking on a thumbnail will first open the mid-sized image and from ther the fullsize image. Is there a way to have the fullsize image clicking on the thumbnail?




Open fullsize image from thumbnail - acrylian - 2016-08-17

Yes of course, but you will have to modify whatever theme you are using. For example on the Zenpage theme's image.php you can replace the getImageURL() with getFullImageURL() to open the full image directly. You can then attach some lightbox like that of the included colorbox plugin to that link to provide some kind of prev/next links.

Best read the theming tutorial to learn the basics of theming first:
http://www.zenphoto.org/news/theming-tutorial/