使用 jquery 动态调整图像大小
我正在使用一个使用 DD 的终极淡入幻灯片的脚本: http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
它使用jquery ,我想将图像大小调整为幻灯片大小。
谢谢!
I'm using a script that uses DD's Ultimate Fade-in Slideshow:
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
It uses jquery, and I would like to resize the images to the slideshow size.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你想为图像的大小设置动画,你可以使用:
或者如果你不想为调整大小设置动画,只需使用
newheight 和 newwidth 将是你想要给它的任何尺寸的整数。即 100 像素 x 200 像素
If you want to animate the size of the images you can use:
or if you don't want to animate the resizing just use
newheight and newwidth would be integers of whatever dimensions you want to give it. i.e. 100px x 200px
我想通了:
我只是在样式调用中添加了宽度......
I figured it out:
I just added a width to the style call...