另一个 iframe 中的 YouTube iframe 无法全屏工作

YouTube iframe inside another iframe doesn't work fullscreen

我在另一个 iframe 中使用 YouTube iframe,它看起来像下面的代码片段。问题是,即使启用了所需的属性,我也无法对视频使用全屏功能。

如果视频在片段中不起作用,我已在此处创建了一个 fiddle。 https://jsfiddle.net/moviecrew/uwhg6452/

<iframe class="uvembed114199" frameborder="0" src="https://app.upviral.com/embed/lead/call/ajax/camp/114199/cid/lp114199//widget/iframe/k/0" style="width: 100%; height: 1254px;" allowfullscreen="allowfullscreen"></iframe>

也将 allowfullscreen="allowfullscreen" 添加到外部 iframe,它解决了问题。