$(function() { $('.testimonialSlider2').slick({ slidesToShow: 1, slidesToScroll: 1, arrows: true, dots: true, infinite: false, adaptiveHeight: true, responsive: [ { breakpoint: 767, settings: { arrows: false, dots: true, slidesToShow: 1, slidesToScroll: 1, } } ] }); });