Fancybox lightbox image group. Load images
I have an issue: I have some search output with different results. Each
result item has own image, where i call Fancybox. But when i call it -
fancybox go through all images, that are displayed at page. But i need to
load only image groups for specific result item.
Each result box has own attr data-json="{ "photos" :
["http://site.com/1.jpg", "http://site.com/2.jpg"]}" and inside of this
div - <a href="1.jpg" class='fancy'><img src="1.jpg" /></a>
How i can on calling Fancybox with certain image create small fancybox
gallery only with this images from data-json?
Thanks!
No comments:
Post a Comment