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