$(document).ready(function(){ owl = $(".owl-carousel"); owl.owlCarousel({ loop:true, autoplaySpeed:1000, items:5, autoplay:true }); });