$(document).ready(function(){ $(".pro_slide").owlCarousel({ /*autoPlay: 3500, //Set AutoPlay to 3 seconds */ autoplay : true, items : 3, itemsDesktop : [1199,3], itemsDesktopSmall : [979,2], loop : true, /* navigation: true, navigationText: ["",""] ,*/ dots : false, navigation : true, navText : false, }); });