Descripton

Still in progress. Can use YouTube and Vimeo links. Lazy load on thumbnail works too. There are some additional option for widht and height - will make proper description later.

To add video into carousel just put <a class="owl-video" href="_straight URL from youtube or vimeo"></a>. A tag is not mandatory. Can be any other tag but "owl-video" and href with url link is required.



//Javascript



$('.owl-carousel').owlCarousel({

	items:1,

	merge:true,

	loop:true,

	margin:10,

	video:true,

	lazyLoad:true,

	center:true,

	responsive:{

		480:{

			items:2

		},

		600:{

			items:4

		}

	}

});