iframe嵌入页面时被嵌入页面内视频不能全屏

今天没事弄着玩突然发现一个问题,就是iframe嵌入页面时,被嵌入页面里的视频不能全屏播放,但是找到了解决方法,就是加入allowfullscreen这个东西,实现后发现挺简单的,大家可以复制以下demo...

今天没事弄着玩突然发现一个问题,就是iframe嵌入页面时,被嵌入页面里的视频不能全屏播放,但是找到了解决方法,就是加入allowfullscreen这个东西,实现后发现挺简单的,大家可以复制以下demo去测试。

attachments-2020-07-dimZ4krW5f180d0a7c457.png

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>76543</title>
</head>
<body>
<div>嵌入的视频大家不用看</div>
<iframe src="//player.bilibili.com/player.html?aid=74964956&bvid=BV1pE411q7FU&cid=135151695&page=349" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" height="600" width="100%"> </iframe>
<div>嵌入的网页,发现在谷歌浏览器上嵌入网页内的视频不能全屏,其他浏览器未测试</div>
<div style="height: 100vh;width: 100%;">
<iframe align="center" height="570" src="https://www.bilibili.com/video/BV1pE411q7FU/"  frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="auto" width="100%" height="100vh"></iframe>
</div>
<div>可以正常全屏了</div>
<div style="height: 100vh;width: 100%;">
<iframe align="center" height="570" src="https://www.bilibili.com/video/BV1pE411q7FU/"  frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="auto" width="100%" height="100vh" allowfullscreen ></iframe>
</div>

</body>
</html>

你可能感兴趣的文章

相关问题

0 条评论

请先 登录 后评论
王凯
王凯

92 篇文章

作家榜 »

  1. admin 651 文章
  2. 粪斗 185 文章
  3. 王凯 92 文章
  4. 廖雪 78 文章
  5. 牟雪峰 12 文章
  6. 李沁雪 9 文章
  7. 全易 2 文章
  8. Garmcrypto7undop 0 文章