具有流体/液体宽度的 jQuery 图像轮播
你们中有人知道具有流体宽度的 jQuery 图像轮播吗?
我发现了这个: http://www.nikolakis.net/liquidcarousel/ ...但它看起来当你降低速度时太可怕了。
此外,我希望当鼠标向一个方向移动时激活它,滑块应该向另一个方向移动。顺便问一下,那叫什么?
先感谢您。
Does any of you know a jQuery image carrousel with fluid width?
I found this: http://www.nikolakis.net/liquidcarousel/ ...but it look horrible when you set down the speed.
Further more, I would like it to be activated when the mouse moves in a direction, the slider should go the other way. What is that called, by the way?
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试 carouFredSel: http://caroufredsel.frebsite.nl/examples/intermediate-carousels.php< /a>
如果您重新创建 onDocumentResize 轮播,它将缩小以适合可用宽度,计算新的可见项目数并将项目居中。它也可以处理尺寸可变的物品。
Try carouFredSel: http://caroufredsel.frebsite.nl/examples/intermediate-carousels.php
If you re-create the carousel onDocumentResize, it'll shrink to fit the available width, calculate the new number of visible items and center the items. It'll handle items with variable sizes too.
检查这个,
http://tympanus.net/Development/Elastislide/
Check this,
http://tympanus.net/Development/Elastislide/
我个人一直在寻找同样的东西。昨天我才收到 Ethan Marcotte(响应式网页设计作者/之父)提供的以下示例的链接,该示例目前受到限制,但它确实可以处理流体宽度:
示例 /
代码下载
I've personally been looking for the same thing. I was passed a link only yesterday to the following example by Ethan Marcotte (Responsive Web Design author/father), which is currently limited but it does handle fluid widths:
Example /
Code download
我相信 Kenneth B 的答案的新链接是这样的: http://srosendal.dk/da/inspiration/(抱歉找不到乔纳森·桑普森的回复按钮)
I believe the new link for Kenneth B's answer is this: http://srosendal.dk/da/inspiration/ (sorry couldn't find the reply button to Jonathan Sampson)