如何为视频添加allowfullscreen到featherlight.js?
iFrame视频的http://noelboss.github.io/featherlight/网站上的示例上有允许屏幕,我无法弄清楚如何将其添加到我自己的视频网址。
添加我正在使用的视频网址的格式为:
<form method="post">
Name: <asp:TextBox runat="server" ID="txt1"></asp:TextBox>
<br />
Twitter link: <asp:TextBox runat="server" ID="txt2"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Text="Save" onclick="Button1_Click" /></form>
我无法弄清楚在哪里放上allowfullscreen,因为将其添加到URL不起作用,我也试过了:
<a href="https://www.youtube.com/embed/aqL9W4VhgoA" data-featherlight="iframe">link</a>
但它不起作用。
谢谢! 查尔斯
答案 0 :(得分:0)
要么像示例一样(页面上已存在隐藏的<iframe>
),要么使用afterContent
回调添加属性。