【发布时间】:2018-02-10 10:45:25
【问题描述】:
在 Fancybox 3 中,是否可以在图片库中包含 HTML? 此 HTML 将包含一个指向外部站点的链接。 无论我做什么,它都行不通。
<div id="photo-gallery" style="display: none">
<a data-fancybox="photo-gallery" href="photo-1.jpg"></a>
<a data-fancybox="photo-gallery" href="photo-2.jpg"></a>
<a data-fancybox="photo-gallery" href="photo-3.jpg"></a>
The 4th item should be just a window with a link to another site, like:
<a data-fancybox="photo-gallery" href="www.anothersite.com">Click here</a>
</div>
【问题讨论】:
标签: fancybox-3