Frame/IFrame Object
The width property sets or returns the value of the width attribute in an iframe element.
The width attribute specifies the width of an iframe.
The width property can have one of the following values:
| Value | Description |
|---|---|
| pixels | The width in pixels (like "100px" or just "100") |
| % | The width in percent of the containing element (like "20%") |
![]()
The width 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.