jQuery(document).ready(function() {
jQuery('.display-slider').slick({
infinite: true,
loop:true,
dots: true,
slidesToShow: 3,
slidesToScroll: 1,
autoplay: false,
autoplaySpeed: 2000,
leftMode: true,
arrows: false,
});
var numberOfDotsToShow = 2;
jQuery('.display-slider .slick-dots li').slice(numberOfDotsToShow).hide();
});
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