Viewing 1 replies (of 1 total)
  • brad1004

    (@brad1004)

    Hi, I would also like this feature, pretty important if you are linking to a url from one of the thumbs.

    Found this on jCarousel

    // Pause autoscrolling if the user moves with the cursor over the clip.
    carousel.clip.hover(function() {
    carousel.stopAuto();
    }, function() {
    carousel.startAuto();
    });

    Would anyone know where to insert it or adapt it to work with this plugin – please

    Thanks Brad

Viewing 1 replies (of 1 total)
  • The topic ‘JJ NextGen JQuery Carousel pause on hover’ is closed to new replies.