Sometimes, we want to give iframe 100% height with CSS.
In this article, we’ll look at how to give iframe 100% height with CSS.
How to give iframe 100% height with CSS?
To give iframe 100% height with CSS, we set the height property.
For instance, we write
<iframe style="position: absolute; height: 100%; border: none"></iframe>
to set the height of the iframe to 100%.
Conclusion
To give iframe 100% height with CSS, we set the height property.