Multiple Fancybox 2 Galleries Issue With "rel" February 28, 2024 Post a Comment I've seen some questions that address similar issues but none of the fixes seem to work for my situation. Basically I have multiple fancybox galleries on one page throughout the siSolution 1: This part of your code :$(".fancybox") .attr('rel', 'gallery') .fancybox({ .... etc Copy...is overriding the rel attributes in your html. Just remove the .attr() method from it like :$(".fancybox") .fancybox({ .... etc Copy... and you will be fine. Share Post a Comment for "Multiple Fancybox 2 Galleries Issue With "rel""
Post a Comment for "Multiple Fancybox 2 Galleries Issue With "rel""