- $urlzoom = $("#slideshow img").attr("name");
- $("#slideshow img").wrap('<a class="cursor-pointer" onmouseover="autoZoom()">');
- $("#slideshow img").attr("alt", "small");
- $('div#zoomImageRefContainer').appendTo('<a href="images/' + $seccao + '/fotos_lg/' + $urlzoom + '"></a>');
I've added the rest next to the gallerrific html, since the only thing I need to change is the url.
Also, does anyone know another option (that will be able to integrate with galleriffic) to show image close-ups on hover?
Any help would be really apprecieated! :s