<iframe frameborder="0" height="288" src="http://v.qq.com/iframe/player.html?vid=h0019wn363s&width=384&height=288&auto=0">
</iframe>
这是iframe标签在Mui里面使用,里面的怎么能让里面的播放的内容也是100%,
<iframe frameborder="0" height="288" src="http://v.qq.com/iframe/player.html?vid=h0019wn363s&width=384&height=288&auto=0">
</iframe>
这是iframe标签在Mui里面使用,里面的怎么能让里面的播放的内容也是100%,
动态改变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&"></iframe>
</div>
</body>
<script>
document.getElementById("zxlmweb").style.height=document.body.clientWidth/1.7+"px";
</script>
</html>
这是我的网站,O(∩_∩)O谢谢支持----->>中旋网ZxlmWeb