轮播,增加显示图片数量
有谁能够帮助我将轮播中的显示图像数量从 3 个增加到 5 个。
我正在使用以下文件
jquery.jcarousel jquery.jcarousel.min
is anyone able to help me to increase the display image number 5 from 3 at carousel.
I am using the following files
jquery.jcarousel
jquery.jcarousel.min
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请遵循库的文档。
您应该查找可见选项来设置要显示的项目数,并查找滚动选项来设置要跳过的项目数(相应增加)。
您可能还需要编辑皮肤的 CSS 并调整宽度!
Please follow the documentation of the library.
You should look for the visible option to set how many items you want to show and the scroll option to set how many items to skip (increase this accordingly).
You may need to edit the CSS of skin and tweak the width too!
您只需传递
scroll
参数,然后编辑 css 以显示正确的宽度。然后编辑css
You just need to pass the
scroll
parameter and then edit the css to show the right width.then edit the css