jQuery(document).ready(function( $ ) { $(".clients-carousel").owlCarousel({ autoplay: true, dots: false, loop: true, margin:10, responsive: { 0: { items: 2 }, 768: { items: 4 }, 1024: { items: 6 } } }); });