Tagged: gallery with preview
In the gallery with preview:
Is it possible to show the image on click thumbnail, instead of on hover? Without a lightbox?
tnx
Hi,
Open /enfold/js/shortcodes.js and look for line 2287:
gallery.on('mouseenter','.avia-gallery-thumb a', function()
Replace it by this:
gallery.on('click','.avia-gallery-thumb a', function()
Regards,
Josue
Thanks Josue!
You are welcome, glad to help :)
Regards,
Josue