cc520
cc520
  • 发布:2017-05-12 15:15
  • 更新:2018-04-08 11:47
  • 阅读:1293

iframe

分类:MUI

<iframe frameborder="0" height="288" src="http://v.qq.com/iframe/player.html?vid=h0019wn363s&amp;width=384&height=288&auto=0">
</iframe>

这是iframe标签在Mui里面使用,里面的怎么能让里面的播放的内容也是100%,

2017-05-12 15:15 负责人:无 分享
已邀请:
LLgg

LLgg

动态改变iframe上面div的高度,这是代码,看一下是不是符合你的要求。

<!DOCTYPE html>  
<html>  
    <head>  
        <meta charset="utf-8">  
        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>  
        <title>中旋网(www.zxlmweb.com)iframe视频全屏100%播放</title>  
<style>  
    body{  
        margin:0px  
    }  
</style>  
    </head>  
    <body>  
<div id="zxlmweb" >  
    <iframe  frameborder="0" height="100%"  width="100%" src="http://v.qq.com/iframe/player.html?vid=h0019wn363s&amp;"></iframe>  
</div>  
    </body>  
    <script>      
        document.getElementById("zxlmweb").style.height=document.body.clientWidth/1.7+"px";     
        </script>  

</html>

这是我的网站,O(∩_∩)O谢谢支持----->>中旋网ZxlmWeb

1***@qq.com

1***@qq.com - 这个家伙很懒,没有留下任何东西……

这样 iframe部分滑动不了怎么解决

该问题目前已经被锁定, 无法添加新回复