Descripton
Still in progress. Use width style on elements for desireable result. If using with infinity loop add option 'items' more than 1. Its all depend from your content width.
//Javascript
$('.owl-carousel').owlCarousel({
items:4,
autoWidth:true,
loop:true,
margin:10
});