我正在尝试将Featherlight lightbox与Essential Grid和Vimeo Video Post结合使用。
(混搭是因为我们需要从具有某些元数据的Vimeo专辑中自动抓取Vimeo视频,并使用一个像样的灯箱。EG无法从Vimeo中提取元数据,而EG灯箱看起来很糟糕。)
我能够将元数据从VVP映射到EG,并将vimeo视频的ID导入EG,这样EG生成的链接如下所示:
<a class="eg-vimeo1-element-0 eg-post-5" href="http://295816681" target="_self"><i class="eg-icon-play"></i></a>
如何让FL在此行上起作用(使用http://295816681
中的ID),就像是这样:
<a href="https://player.vimeo.com/video/295816681?autoplay=1" data-featherlight="iframe" data-featherlight-iframe-frameborder="0" data-featherlight-iframe-allow="autoplay; encrypted-media" data-featherlight-iframe-allowfullscreen="true" data-featherlight-iframe-style="position:fixed;background:#000;border:none;top:0;right:0;bottom:0;left:0;width:100%;height:100%;">
...还是让EG将其转换为以上内容?