此页面为源码效果演示页面,您可以选择


访问A8源码网下载更多免费源码|返回此源码目录-下载此源码

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
});