I have a owl carousel marquee like scroll.
Everything is fine. But the PREV button is not working good all the time.
You can see the example here. Please help
$(document).ready(function () {
var owl = $('.owl-carousel');
owl.owlCarousel({
items: 8,
loop: true,
margin: 20,
nav:true,
autoplay: true,
slideTransition: 'linear',
autoplayTimeout: 0,
autoplaySpeed: 3000,
autoplayHoverPause: false
});
});