实现iframe的100%高度和宽度
Posted muzizongheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实现iframe的100%高度和宽度相关的知识,希望对你有一定的参考价值。
body margin: 0; /* Reset default margin */ iframe display: block; /* iframes are inline by default */ background: #000; border: none; /* Reset default border */ height: 100vh; /* Viewport-relative units */ width: 100vw; <iframe></iframe>以上是关于实现iframe的100%高度和宽度的主要内容,如果未能解决你的问题,请参考以下文章
如何使 html iframe 100% 的宽度和高度? [复制]