Slick Slider For Elementor
Tue Nov 19 2024 00:57:39 GMT+0000 (Coordinated Universal Time)
Saved by
@shahmeeriqbal
jQuery('.ser-content').slick({
slidesToShow: 2,
slidesToScroll: 1,
arrows: false,
// prevArrow:\"<button type='button' class='slick-prev pull-left'><span class='list-icon fas fa-chevron-left'></span></button>\",
// nextArrow:\"<button type='button' class='slick-next pull-right'><span class='list-icon fas fa-chevron-right'></span></button>\",
dots: false,
autoplay: true,
autoplaySpeed: 2000,
infinite: true,
adaptiveHeight: false,
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 3,
slidesToScroll: 1,
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 2,
slidesToScroll: 1
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});
content_copyCOPY
Comments