所属分类:媒体-Tabs
老哥,这个插件我用swiper高版本的不行啊,但是我得同时使用,怎么办呢
不错
怎么改高度,什么控制的?
在css里面更改
您是如何解决的?
解决了吗?求解,我的也是一大片空白
.swiper-slide { height: auto!important; } .swiper-wrapper { height: auto!important; } var heg = $('.swiper-slide-active').height(); $('.swiper-container').css('height', heg);
获取选中的那个元素的内容高度来设置swiper-container的高度