有适合这个的 jquery gallery 插件吗?
我正在使用缩略图,当用户单击时,显示更大的缩略图。
我检查了一些插件,但他们不使用缩略图,也就是说,无论它看起来更小还是更大,它都是相同的图像。
I'm using thumbnails,when user click,show the bigger one.
I checked some plugins,but they doesn't use thumbnails,say,it's the same image whether it looks smaller or bigger.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 jQuery 灯箱;使用带有缩略图的 img 标签,并将其包装在带有指向较大图像的 href 属性的锚点中。
You can use jQuery lightbox; Have an img tag with the thumbnail image, and wrap it in an anchor with href attribute pointing to the larger image.