Here is the solution to make owl slider to slide image smoothly.. in wordpress or html scripts.
To make owl slider to slide image smoothly.. just add this smartSpeed attribute to owl function..
$('#nst-video').owlCarousel({
items: 2,
loop: true,
margin: 10,
nav: true,
autoplay:true,
smartSpeed: 1000,
autoplayTimeout:4000,
autoplayHoverPause:false
});
I hope this helps you… if you need more help then you can contact me.
Thanks