Is there a way to do this, so that when you click on a gallery image, it opens full size?
Hi!
Yes, in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php replace:
'lightbox_size' => 'large',
with
'lightbox_size' => 'full',
We’ll change this in the next version.
Regards,
Peter
I tried that and it didn’t work for me. I’ll show you what I’m trying to do. I have a temp gallery set up for demonstration.
When I click on the main image to open the gallery, the gallery image doesn’t open full size. It opens smaller, with the option of clicking on the arrow cluster upper right to enlarge to full size. I want the gallery images to be full size no matter what.
Here’s a link to the temporary gallery for you to look at:
http://desertspringspublishing.com/DSP/quarry-test/
Please let me know if there’s a workaround, or if I didn’t implement the workaround you gave me above correctly.
Thanks!
Jim Crandall
Hi,
Open js > prettyPhoto > js > jquery.prettyPhoto.js, find this code
allow_resize:true
Replace it with
allow_resize:false
Remove browser cache then reload the page.
Regards,
Ismael
That did the trick!
Thanks!
cranwinks