Swiper 垂直方向滚动,item不定高度的配置

var mySwiper = new Swiper('.swiper-container',{
			slidesPerView :'auto',
			autoplay:5000,
			direction:'vertical',
			grabCursor:true,
			autoplayDisableOnInteraction:false,
			mousewheelControl:true,
			autoHeight:true,
			speed:2000
		});

  

原文地址:https://www.cnblogs.com/ghfjj/p/8003953.html