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,
});
});
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,
});
});
Browser other questions tagged javascript jquery html
You are not signed in. Login or sign up in order to post.
But this plugin already has it native...
– Diego Souza
@Deesouza then will automatically pick up smartphones with ringtones system ?
– Gilmar Santos
Yes. Here it works. http://kenwheeler.github.io/slick/
– Diego Souza
Thanks for the help
– Gilmar Santos