
to install the ultra simple and slick lightbox alternative fancyzoom……
1. download fancyzoom here
2. place these two folders at the root of your site (using an ftp program such as fetch)
3. add these two lines inside the <head>…..</head> tags
<script src=”js-global/FancyZoom.js” type=”text/javascript”></script>
<script src=”js-global/FancyZoomHTML.js” type=”text/javascript”></script>
4. add this line INSIDE the body tag – <body onload=”setupZoom()”
onload=”setupZoom()”
5. all done – it should work with every image now
<a href="image.jpg"><img src="image-thumbnail.jpg" /></a>
more instructions available here