JS: Slick: Carousel
function capabilitiesCarousel() {
$( '.capabilities-carousel' ).each( function() {
$( this ).slick( {
mobileFirst: true,
touchThreshold: 30,
speed: 500,
centerMode: true,
slidesToShow: 3,
arrows: false,
} );
} );
}
capabilitiesCarousel();