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 } } ] });
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter