Galleria 插件:如何添加链接?
我说的是这个 Galleria 插件。也许这太简单了,但我在文档页面中找不到任何内容:我有这个 Galleria 实现。我想为每个图像添加不同的链接,以便用户可以单击某些图像并前往某个地方。我怎样才能做到这一点?或者哪里可以找到答案?
I´m talking about this Galleria plugin. Maybe this is too simple, but I can´t find anything in the documentation page: I have this galleria implementation. I want to add a different link to every image, so that the user can click on some image and go somewhere. How can I do that? Or where to find the answer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
另一种选择是在 IMG 标记的 longdesc 属性中提供您想要链接到的 URL,如下所示:
如果您提供一个链接,Galleria 代码将自动从 longdesc URL 创建一个链接。这是一个已记录的功能,但它相当隐藏。
Another option is to give the URL that you want to link to in the longdesc attribute of your IMG tag, like this:
The Galleria code will automatically create a link from the longdesc URL if you supply one. This is a documented feature, but it is rather tucked away.
您还可以将图像定义为 JSON 数组:
请参阅上面的链接属性。
You can also define the images as a JSON array:
see link property above.