I posted this as a replay to another thread, but it didn't get an answer there, so I'm trying again.
I have fancybox 2.1 integrated into my pages, and it works well, but as I am using image maps with sliced images, I get duplicate instances of the linked images when the slideshow or next/prev navigation is shown. The problem is that the same image is linked to from more than one hotspot in the underlying images.
What I'd like to do is to eliminate the extra occurrences from the list of images after the image list is loaded, probably using a callback. I'd leave only the first instance of each image. This is a bit beyond my jquery competence, has anybody done this before and can point me in the right direction?
Thanks!