Preview:
jQuery('.testiSlider').slick({
    dots: true,
    infinite: true,
    autoplay: true,
    speed: false,
	  arrows: false,
		centerMode: true,
    slidesToShow: 3,
    slidesToScroll: 1,
    responsive: [
      {
        breakpoint: 1025,
        settings: {
          slidesToShow: 2,
          slidesToScroll: 1,
         
        }
      },
      {
        breakpoint: 768,
        settings: {
          slidesToShow: 2,
          slidesToScroll: 1,
          infinite: false,
          dots: false,
                      centerMode: false
        }
      },
      {
        breakpoint: 600,
        settings: {
           slidesToShow: 1,
          slidesToScroll: 1,
          infinite: false,
          dots: false,
                      centerMode: false
        }
      }
    ]
  });
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