带有暂停/播放/下一个/上一个控件的最佳 jQuery 幻灯片插件?
我已经完成了我的作业 - 我发誓,我已经对此进行了一些研究。
我发现了两个不错的选项,每个选项都有自己的特定问题:
选项#1:“Supersized”@ http:// /buildinternet.com/project/supersized/ 问题在于图像被拉伸,基本上变成了背景图像。 我希望图像保留在 div 内。
选项#2:“Liferay 的旋转横幅”@ http://sandbox.thewikies.com/liferay -旋转横幅/ 问题是这太依赖 HTML5 了。
有什么建议吗?
I've done my homework - I swear, I've been researching this for a bit.
I have found two nice options, each with its own particular problem:
Option #1: "Supersized" @ http://buildinternet.com/project/supersized/
The problem is that the images become stretched to essentially become the background-image.
I want the images to stay within a div.
Option #2: "Liferay's Rotating Banner" @ http://sandbox.thewikies.com/liferay-rotating-banner/
The problem is that this is way too HTML5-dependent.
Any advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQuery Cycle 插件 是最好的。
暂停/恢复控制示例:
http://www.malsup.com/jquery/cycle/pause.html
上一个/下一个控件示例:
http://www.malsup.com/jquery/cycle/after.html
jQuery Cycle Plugin is the best.
Pause/Resume controls example:
http://www.malsup.com/jquery/cycle/pause.html
Prev/Next controls example:
http://www.malsup.com/jquery/cycle/after.html