I'm encountering a problem with the functionality of Fancybox on my website.
In my layout, I have nine different divs, each containing unique images. However, when I attempt to click on any image, it consistently displays the same image. For example, clicking on the second image results in the first image being shown, which is the case for all other divs as well.
<a id="single_3" href="Foto's/symposium1_groot.png" title="Test">
<div id="symposium1"> <img src="Foto's/symposium1.jpg" alt="" /></div></a>
<a id="single_3" href="Foto's/symposium2_groot.png" title="Test">
<div id="symposium2"> <img src="Foto's/symposium2.jpg" alt="" /></div></a>