How do I make the Owl carousel from rewinding? I just want a continuous loop. Do I need to write a full callback for something that should already included in the plugin? I tried to use the loop: true; no luck.
As an example, try this setting
$("#owl-demo").owlCarousel({
autoPlay: 3000, //Set AutoPlay to 3 seconds
items : 4,
rewindNav:false //**This
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With