I have a Fancybox gallery set up on a website using multiple images on one page. http://gaiaforms.com/portfolio.html
I wish to set up a gallery from just using a single image. Has anyone done this?
Ive attached my RSD file so that anyone can look at the code.
Perhaps this isnt relevant to a gallery from a single image but...
At the moment, after exporting in RSD, to get the gallery to work, I need to add using an html editor
data-fancybox-group="gallery"
within the <a href> of each and every image in the gallery - eg
<a href="images/gallery/Chrysanthemum.jpg" data-fancybox-group="gallery" class="responsive-picture galleryImage fancybox"><picture><img alt="Placeholder Picture" srcset="./images/gallery/Chrysanthemum.jpg"></picture></a>