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>