Jquery – loop:true; OWL CAROUSEL

carouseljquery

Owl Corousel not looping to infinity here is my code:

<script>

$(document).ready(function() {
  $("#owl-demo").owlCarousel({
    center: true,
    loop:true,
    autoPlay: 7000,
    items : 4,
    itemsDesktop : [1199,3],
    itemsDesktopSmall : [979,3],
  });

});
</script>

Does anyone know why the loop doesn't work? Everything works fine except looping to infinity.

How i want it to loop:
http://www.owlcarousel.owlgraphic.com/

Thanks in advance, i am a beginner at jquery.

Best Answer

I used version 1.3.3., In order to use the feature you have to use beta version which you can access here:ยจhttp://www.owlcarousel.owlgraphic.com/

Regards!

Related Topic