I use this plugin: http://www.fancyapps.com/fancybox/
This is the url: http://estebanescoo.com.ar/fotografia.php
when you clic on any photo, and you press 'next' or 'previous' you'll notice each photo is shown 3 times, why is that?
I'll appreciate your answers :)
its because in html the images and url are generating three times check your html or check your php file
What is happening is because you missed to close properly your
<a>
tags :You have this html :
but it should look more like :
Validating your document helps to detect this type of syntax mistakes.
See JSFIDDLE