Featherlight iFrame如何允许全屏?

时间:2017-04-06 07:07:10

标签: javascript jquery html iframe

我使用Featherlight在弹出式模式中打开iframe。

如果您点击网站上的iframe按钮,则可以看到演示。

如何让Featherlight为生成的iframe代码添加allowfullscreen="true"?没有此参数,视频将无法全屏显示。

如果您查看演示的源html,您可以看到它添加了它。但是当我下载并使用featherlight.min.js时,默认情况下它不会将该参数应用于标记。

查看来源

来自演示:

fullscreen param

在我的网站上使用时:

mysite iframe

用于打开iframe的code

<a href="/content" data-featherlight="iframe">Open Popup</a>

我找了一个解决方案here,但我在代码中找不到这样的部分。

1 个答案:

答案 0 :(得分:0)

我发现答案是在data-featherlight-iframe-allowfullscreen="true"代码中使用<a>