【发布时间】:2018-01-03 06:24:39
【问题描述】:
关注 Stack Overflow 上的一些主题,例如:
- Full-screen iframe with a height of 100%
- How do you give iframe 100% height [duplicate]
- Make Iframe to fit 100% of container's remaining height
我想在我的网页上嵌套 iframe。我正在使用引导程序来设置网页样式,所以我使用了以下代码:
<div class="col-sm-6" style="margin:0px;padding:0px;overflow:hidden">
<iframe id="iFrame1" src="<test_link_here>" frameborder="0" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe>
</div>
很遗憾,我的 iframe 没有调整到全高。我想以某种方式将其自动调整为全高。 你知道我是怎么做到的吗?
【问题讨论】:
-
高度 100% 大部分情况下都不起作用。试试 100vh.