fancybox - 单击图像(拇指)时如何让 FancyBox 加载更大的图像/不同的 URL
我有一长串图像缩略图。当用户单击这些图像之一时,我想 fancybox 在与图像不同的 url 加载更大的图像。我该怎么做?
谢谢
I have a long list of images which are thumbnails. When the user clicks on one of these images I want to fancybox load a larger image at a different url than the image. how do I do that?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我没有尝试过,但尝试这样做。
像这样的html,
或者像这样的html都可以,
jquery
I have not tried it but try doing it like this.
html like this,
or in html of like this will work,
jquery
如果我尝试这样做,我只需制作两个图像,两个图像都具有相似的文件名,除了文件名中的标志根据其大小表示为 -thumb AND -large 。通过这样做,您只需使用以下脚本作为指导来切换 url:
然后您可以动态创建和调用 fancybox:
If I were trying to do this I'd simply make two images, both with similar file names except for the flag in the file name say like -thumb AND -large according to their size. BY doing that you simply switch the url using the following script as your guide:
Then you can create and call your fancybox on the fly: