I am using Zenphoto on my website and using the Default Dark theme to showcase my portfolio. I am a bit skeptical about showing full size images of my work. Is there a way where I can limit the images to appear only in thumbnails and disable the clicking for larger images completely? Please reply.
Comments
go down to your image div and remove
`" title="<?=getImageTitle();?>"> <?php printDefaultSizedImage(getImageTitle()); ?> `
and replace with
`<?php printDefaultSizedImage(getImageTitle());?>`
This removes the link to the full sized image