Is there any way to resume the auto-playing of a Flexslider slideshow after a touch event? Right now it appears that once I swipe to navigate, the slideshow stops..
UPDATE FOR FLEXISLIDER 2
The resume() event are no longer exist, the correct solution is using the after callback and use the event after in the initialization
$('.flexslider').flexslider(
    ...
    after: function(slider){ 
        slider.pause(); 
        slider.play(); 
    }
);
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With