在iframe框架中全屏不好使的原因
生活随笔
收集整理的這篇文章主要介紹了
在iframe框架中全屏不好使的原因
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
遇到的問題:我是在iframe框架中添加了一個插件在360和火狐中不好使,將allowfullscreen="true" 屬性配置好就沒問題了;
可能出現的原因:將allowfullscreen="true" 屬性配置好應該沒問題
<iframe src="video.html" frameborder="0" width="100%" height="100%" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
轉載于:https://www.cnblogs.com/lst619247/p/8126308.html
總結
以上是生活随笔為你收集整理的在iframe框架中全屏不好使的原因的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: @JsonIgnorePropertie
- 下一篇: 如何优雅地在React项目中使用Redu