我怎样才能让jquery循环只显示下一张幻灯片的一小部分

发布于 2024-11-27 04:00:10 字数 481 浏览 0 评论 0 原文

我有一个使用jquery循环的滑动(水平)画廊: http://jquery.malsup.com/cycle/

除了我想添加的一件之外,它工作得很好。我想让幻灯片 1 可见,幻灯片 2 可见,但只是勉强可见...您可以在 http://www.4amnew.4thavenuemedia.com/client/bellevue-downtown-association/

下一个按钮位于图像右侧。我知道我可以将图像放入不同的 div class="slide" 中,但这并不能实现外观和感觉。我想要一个像显示 1.2 图像这样的选项...

I have a sliding (horizontal) gallery using jquery cycle: http://jquery.malsup.com/cycle/

It works fine except one piece I want to add. I want to have slide 1 visible, and slide 2 visible but just barely... You can see my current progress at http://www.4amnew.4thavenuemedia.com/client/bellevue-downtown-association/

The next button is just off the right side of the image. I know I can put images into different div class="slide" but that doesn't achieve the look and feel. I want an option like show 1.2 images...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

╭⌒浅淡时光〆 2024-12-04 04:00:10

您可能想要更改添加到所有幻灯片的 display:none; 属性。那应该可以解决你的问题。

You may want to change the display:none; property that's added to all the slides. That should solve your problem.

痴情换悲伤 2024-12-04 04:00:10

仅使用 CSS,通过更改“overflow:hidden”所在的位置即可相对容易地实现这一点。

我将其写在此处的问答中: 使用 jQuery Cycle 2 如何显示下一张和上一张幻灯片的一部分

This is relatively easy to achieve with CSS only, by changing where the "overflow: hidden" sits.

I wrote this up in to a Q&A here: With jQuery Cycle 2 how do I show a part of the next and previous slides

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