Height

height attribute used for set height of iframe. we provide height to iframe in pixels.

Note:

you can provide height also in (%)percentage but you will get issue with (%)percentage iframe height not work with (%)percentage

we suggest to use height with pixels

Syntax

<iframe height="100px"></iframe>

Example

<iframe src="https://xyz.com" width="100px" height="100px"></iframe>

Last updated