<div class="slider">
<li>here</li>
</div>
jQuery('.slider').slick({
dots: true,
infinite: true,
draggable: true,
speed: 500,
slidesToShow: 3,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
arrows: false,
responsive: [{
breakpoint: 600,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
},
{
breakpoint: 400,
settings: {
arrows: false,
slidesToShow: 1,
slidesToScroll: 1
}
}]
});
No comments:
Post a Comment