轮播,增加显示图片数量

发布于 2024-09-30 06:02:34 字数 102 浏览 3 评论 0原文

有谁能够帮助我将轮播中的显示图像数量从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

み格子的夏天 2024-10-07 06:02:34

请遵循库的文档

您应该查找可见选项来设置要显示的项目数,并查找滚动选项来设置要跳过的项目数(相应增加)。
您可能还需要编辑皮肤的 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!

南城旧梦 2024-10-07 06:02:34

您只需传递 scroll 参数,然后编辑 css 以显示正确的宽度。

scroll: 5,

然后编辑css

You just need to pass the scroll parameter and then edit the css to show the right width.

scroll: 5,

then edit the css

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文