IFrame自适应高宽

Posted jlfw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IFrame自适应高宽相关的知识,希望对你有一定的参考价值。

IFrame自适应高宽

<iframe id="contentIFrame" name="Content" src="test.html" scrolling="no" frameborder="0" onload="this.height=this.contentWindow.document.body.scrollHeight+5;this.width=this.contentWindow.document.body.scrollWidth+5;" />
IE7中,总有一点不能显示,故在高与宽后面各加了5像素,而能完美显示

以上是关于IFrame自适应高宽的主要内容,如果未能解决你的问题,请参考以下文章

如何用CSS实现DIV的高宽自适应浏览器大小?

监听div的resize

vue下iframe怎么自适应高度

嵌入的iframe框架自适应宽度代码

保持宽高比的宽度自适应盒子

如何让iframe里面的内容宽度自适应