Descripton

autoHeight: true


//Javascript

$('.owl-carousel').owlCarousel({
	items:1,
	loop:true,
	margin:10,
	smartSpeed:450,
	autoHeight:true
});