AnythingSlider - 如何使第一张幻灯片不被编号控件计数
我正在使用 AnythingSlider 创建一个滑块,并且我需要在导航中不考虑第一张幻灯片:我需要从第二张幻灯片开始从 1
开始计数。有谁知道如何实现这一目标?
I'm creating a slider with AnythingSlider and I need the first slide not to be considered in navigation: I need the numbers to start counting from 1
from the second slide on. Does anyone know how to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用
navigationFormatter
选项,如下所示:然后,如果您使用的是最新版本从 github 中,您可以使用以下 css 隐藏第一个选项卡:
Just use the
navigationFormatter
option as follows:Then if you are using the latest version from github, you could hide the first tab using this css: