1
如何为视频添加allowfullscreen到featherlight.js?如何在iframe中添加allowfullscreen到featherlight.js?
对于iFrame视频http://noelboss.github.io/featherlight/网站的例子有allowfullscreen,我只是不知道如何将它添加到我自己的视频网址。
添加我使用的视频URL的格式为:
<a href="https://www.youtube.com/embed/aqL9W4VhgoA" data-featherlight="iframe">link</a>
我想不通的地方放的allowFullScreen因为它添加到URL是不行的,我也试过这个:
<a href="https://www.youtube.com/embed/aqL9W4VhgoA" data-featherlight-allowfullscreen="true" data-featherlight="iframe">link</a>
但它没有工作。
谢谢! Charles
你可以指点我去添加aftercontent的代码吗?我只想添加allowfullscreen,但不想在主页上隐藏iframe。非常感谢! – Charles