I want to make fancybox gallery with img without using links (a href)? How i can do that?
HTML:
You need to do the fancybox call on the images:
$('#foo2 img').fancybox({ 'transitionIn' : 'elastic', 'transitionOut' : 'elastic', 'speedIn' : 600, 'speedOut' : 200, 'overlayShow' : false });
should work but i haven't tested it...