$(document).ready(function(){ $("#owl-demo").owlCarousel({ autoPlay: 3500, //Set AutoPlay to 3 seconds items : 3, itemsDesktop : [1199,3], itemsDesktopSmall : [979,2], navigation: true, navigationText: ["",""] }); });