-
Non-stop slideshow (Ultimate Fade-in slideshow v2.4)
Hello, everyone!
I have a question about Ultimate Fade-in slideshow (v2.4)
I do not want the slideshow to stop when mouse is over the picture, like here http://www.dynamicdrive.com/dynamici...nslideshow.htm
When you point on the image the slideshow stops and I want the slideshow to continue showing the pics. How can I do that?
-
-
In the fadeslideshow.js file in line 79, you will find this:
setting.$wrapperdiv.bind('mouseenter', function(){setting.ismouseover=true}) //pause slideshow mouseover
if you change it to this:
setting.$wrapperdiv.bind('mouseenter', function(){setting.ismouseover=false}) //pause slideshow mouseover
I think it will do the trick
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks