Hi,
I’m currently building a post using a combination of large single images and a couple gallery masonry elements.
When I click on the first large image, the light box kicks in.
Using the right and left arrows I can navigate to the next image.
Is there a way to modify the lightbox so that if goes through any image on the page, including the ones inside a masonry gallery?
Right now if flips either through the single images or images within a gallery.
It can’t show all of them while in lightbox mode.
Thx!
Federico
Hi,
Open js/avia.js and look for line:
groups : ['.avia-slideshow', '.avia-gallery', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],
Replace it by this:
groups : ['#main'],
Regards,
Josue