网页使用iframe调用视频页面
为iframe添加allowfullscreen属性即可,代码如下:
<iframe src="#" frameborder="0" width="100%" height="100%" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"> </iframe>
为iframe添加allowfullscreen属性即可,代码如下:
<iframe src="#" frameborder="0" width="100%" height="100%" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"> </iframe>