Code:
<script type="text/javascript">
jQuery(document).ready(function($){ //fire on DOM ready
$('#fadeshow1 .gallerylayer img').addpowerzoom() //add zoom effect to all images inside DIV with ID "gallerydiv"
})
</script>
Would be the correct approach because the images in a gallery in an element with an id of fadeshow1 are in div's created by the script with a class of gallerylayer.
But the images that are to be zoomed must be being seen initially at less than their native resolution. Otherwise there's nothing to zoom to. And fadeslideshow.js makes no provision for showing its images at less than full resolution.
Something could probably be worked out though. I'm thinking the best approach would probably be to have smaller images in the slideshow and somehow initialize them to zoom to larger counterparts.
Do you have a set of images like that I could work with (smaller images for the slideshow, larger images for the zoom effect)?
Bookmarks