Frame/IFrame Object
The height property sets or returns the value of the height attribute in an iframe element.
The height attribute specifies the height of an iframe.
The height property can have one of the following values:
| Value | Description |
|---|---|
| pixels | The height in pixels (like "100px" or just "100") |
| % | The height in percent of the containing element (like "20%") |
![]()
The height property is supported in all major browsers.
Change the height and width of an iframe:
Frame/IFrame Object
Your message has been sent to W3Schools.