如何用jquery制作具有不同尺寸图像的幻灯片
我想使用 jquery 创建幻灯片。但我有不同尺寸的图像。请建议我如何创建根据图像改变其尺寸的幻灯片?
提前致谢
I want to create a slideshow using jquery. But i have different size of images. Please suggest me how do i create slideshow which changes its dimension depending on the images?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我发现 colorbox 插件在这方面做得很好。
http://colorpowered.com/colorbox/
I find that the colorbox plugin does a good job of this.
http://colorpowered.com/colorbox/
给出了许多示例
http://www.dynamicwp.net/articles-and-tutorials/top-20-jquery-slideshow-and-image-gallery-tutorials/
请检查这些示例。选择最适合您要求的。
如果我们知道您正在使用的插件,那么提供帮助会更容易。您已经选择了吗?
There are many examples given at
http://www.dynamicwp.net/articles-and-tutorials/top-20-jquery-slideshow-and-image-gallery-tutorials/
Please check these examples. Pick the best suited for your requirement.
If we know the plugin you are using it would be easier to help. Have you already selected any?
您想要的代码如下:
将以下代码添加到html文件中
所需的脚本如下
The code you wanted is as follows:
Add following code to html file
The scripts needed are as below