width property

width property

The width of the image in pixels. See the width attribute definition in HTML 4.01. Note that the type of this attribute was DOMString in DOM Level 1 HTML [DOM Level 1]. @version DOM Level 2

Definition:

@property
def width(self):
    ...
@width.setter
def width(self, value):
    ...

See Also