gpt4 book ai didi

swiper.js - 如果只有 1 张幻灯片,请禁用 Swiper Slider

转载 作者:行者123 更新时间:2023-12-02 06:43:19 30 4
gpt4 key购买 nike

我在网站上使用滑动 slider ,并且希望在只有一张幻灯片的情况下禁用它。

目前只有一张幻灯片会显示分页,您可以单击或滑动。理想情况下,如果只有一张幻灯片,则不应有任何交互。

我当前的js是:

  var swiper = new Swiper('.swiper-container', {
// Optional parameters
direction: 'horizontal',
loop: false,
//autoplay: 6500,
autoplayDisableOnInteraction: false,

keyboardControl: true,
mousewheelControl: true,

pagination: '.swiper-pagination',
paginationClickable: true,

});

最佳答案

an option in Swiper API这可能有用:

watchOverflow (boolean|false)
// When enabled Swiper will be disabled and hide navigation buttons on case there are not enough slides for sliding

关于swiper.js - 如果只有 1 张幻灯片,请禁用 Swiper Slider,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40185345/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com