您当前的位置:首页 > 前端笔记 >

jquery html5视频播放插件在iframe中无法全屏解决办法

发布时间:2018-03-07 14:56

jquery html5视频播放插件在iframe中无法全屏解决办法
 
在iFrame中加入 allowfullscreen="true" allowtransparency="true"
<iframe allowfullscreen="true" allowtransparency="true" frameborder="0" height="100%" marginheight="0" marginwidth="0" scrolling="no" src="video.html" width="100%"></iframe>