cssWidthAndHeight
值为true时Swiper中的container,wrapper和slides不会自动生成宽度和高度,需要你手动设定。还可以通过设定'width'或'height'来单独取消生成宽度或高度。
cssWidthAndHeight参数
- 类型:
- boolean/string
- 默认:
- false
- 举例:
- true,width,height
效果演示
false
true
使用方法示例
<script>
var mySwiper = new Swiper('.swiper-container',{
cssWidthAndHeight : true,
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://2.swiper.com.cn]
本文地址:https://2.swiper.com.cn/api/basic/2014/1217/30.html