1 Attachment(s)
Combining "Image Power Zoomer v1.1" with "Ultimate Fade-in slideshow (v2.4)"
Hi
I have used the Image Fade-in Slideshow script (http://www.dynamicdrive.com/dynamici...nslideshow.htm) successfully to create a manual slideshow where buttons are pressed to cycle through.
However, I want to add the Image Power Zoomer v1.1 script (http://www.dynamicdrive.com/dynamici...owerzoomer.htm) to the images in the slideshow.
The div for the slideshow is called "fadeshow1" and the power zoomer script says that you can apply the zoom effect to all images inside a div:
<script type="text/javascript">
jQuery(document).ready(function($){ //fire on DOM ready
$('#gallerydiv img').addpowerzoom() //add zoom effect to all images inside DIV with ID "gallerydiv"
})
</script>
I tried this by simply putting "fadeshow1 img" where "#gallerydiv img" is above but this doesn't seem to work, it seems that the images in the image array of the slideshow are on top of the zoom "box".
I've attached the full script so take a look to see if I've got any major errors.
Any help would be much appreciated.
Many Thanks
Ryan