I want to make fancybox gallery with img without using links (a href)? How i can do that?
HTML:
This worked for me:
$(".CLASSNAME").each(function(){ $(this).fancybox({ href : $(this).attr('src') }); });