Results 1 to 2 of 2

Thread: Non-stop slideshow (Ultimate Fade-in slideshow v2.4)

  1. #1
    Join Date
    Jan 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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?

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •