lazyLoadingInPrevNextAmount
设置在延迟加载图片时提前多少个slide。个数不可少于slidesPerView的数量。
默认为1,提前1个slide加载图片,例如切换到第三个slide时加载第四个slide里面的图片。
默认为1,提前1个slide加载图片,例如切换到第三个slide时加载第四个slide里面的图片。
lazyLoadingInPrevNextAmount参数
- 类型:
- number
- 默认:
- 1
- 举例:
- 2
- 启用版本:
- 3.3.0
使用方法示例
<script>
var mySwiper = new Swiper('.swiper-container',{
lazyLoading : true,
lazyLoadingInPrevNext : true,
lazyLoadingInPrevNextAmount : 2,
})
</script>
转载原创文章请注明:文章转载自:Swiper中文网 [https://3.swiper.com.cn]
本文地址:https://3.swiper.com.cn/api/Images/2016/0125/297.html