how to put touch swipe event in Slick Carousel?

1

I wanted to know how to add touch swipe events to my slideshow slick carousel .

$(document).ready(function(){
    $('.slideshow').slick({
    autoplay: true,
        autoplaySpeed:4000,
        speed:800,
    });
});
    
asked by anonymous 30.09.2015 / 17:27

0 answers