HTML <object> width Attribute
Example
<object data="img-boy.jpg" width="300" height="150"></object>
Meaning
The width of the displayed resource, in CSS pixels.
Note: Absolute values only allowed, percentages not allowed
Standard Syntax
<object width="pixels">...</object>
Advertisement
Attribute Values
| Value | Description |
|---|---|
| pixels | Give the width of the visual content of the element, in CSS pixels. |