Hello,
Use data-fancybox-group attribute to group items. The code will be:
Code: |
<div id="mySampleContent1" class="fancybox-hide">1 This content will be shown into the lightbox</div>
<a href="#mySampleContent1" class="ari-fancybox" data-fancybox-group="gallery1">Open lightbox 1</a>
<div id="mySampleContent2" class="fancybox-hide">2 This content will be shown into the lightbox</div>
<a href="#mySampleContent2" class="ari-fancybox" data-fancybox-group="gallery1">Open lightbox 2</a>
<div id="mySampleContent3" class="fancybox-hide">3 This content will be shown into the lightbox</div>
<a href="#mySampleContent3" class="ari-fancybox" data-fancybox-group="gallery1">Open lightbox 3</a>
|
Regards,
ARI Soft