I don´t know if it is correct what I'm doing, but if not let me know. I have a question about this previous post: Problems using jQuery quicksand with fancybox
The fancybox is working perfect but i have a problem. When I use the script:
$("a.grouped_elements").fancybox({
'titlePosition' : 'inside',
'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
return '<span id="fancybox-title-inside">Image ' + (currentIndex + 1) + ' / ' +
currentArray.length + (title.length ? ' ' + title : '') +
'</span>';
}
It the sandbox plugin, which is cloning the elements in order to arrange them easily, it clones the first set 5 times and the rest 3 times so my first gallery has 7 images by 5 sandbox clones = 35 images in the gallery second gallery has 4 by 3 clones = 12 images in the gallery and so on and so forth.
How can I resolve this issue?
Here´s a link to the website: http://www.lslx-web.com/teste/index.html
Once again, people like you arttronics are very good people. It´s working.
THANK YOU VERY MUCH!!!