How to put Swipe touch event on Slick Carousel?

Asked

Viewed 236 times

1

I wanted to know how to add events touch swipe on my slideshow Slick Carousel.

$(document).ready(function(){
    $('.slideshow').slick({
    autoplay: true,
        autoplaySpeed:4000,
        speed:800,
    });
});
  • 2

    But this plugin already has it native...

  • @Deesouza then will automatically pick up smartphones with ringtones system ?

  • 1

    Yes. Here it works. http://kenwheeler.github.io/slick/

  • Thanks for the help

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.