积极答复者
IE11使用iframe嵌入HTML5 视频,没有全屏按钮!

问题
答案
-
你好,
IE11 在默认情况下iframe是不允许全屏的,要想允许 iframe 的内容在全屏模式下打开,可以在 iframe 元素上设置 allowfullscreen 属性
详细信息你可以参考这里:
http://msdn.microsoft.com/zh-cn/library/ie/dn265028(v=vs.85).aspx#Using the Browsers' New HTML5 Fullscreen Capabilities
http://www.longtailvideo.com/blog/26517/using-the-browsers-new-html5-fullscreen-capabilities/希望能帮到你。
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED> Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.- 已标记为答案 John . King 2013年10月11日 12:47
全部回复
-
你好,
IE11 在默认情况下iframe是不允许全屏的,要想允许 iframe 的内容在全屏模式下打开,可以在 iframe 元素上设置 allowfullscreen 属性
详细信息你可以参考这里:
http://msdn.microsoft.com/zh-cn/library/ie/dn265028(v=vs.85).aspx#Using the Browsers' New HTML5 Fullscreen Capabilities
http://www.longtailvideo.com/blog/26517/using-the-browsers-new-html5-fullscreen-capabilities/希望能帮到你。
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED> Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.- 已标记为答案 John . King 2013年10月11日 12:47