Back to Content

PictureInPictureWindow: width property

files/en-us/web/api/pictureinpicturewindow/width/index.md

latest551 B
Original Source

{{APIRef("Picture-in-Picture API")}}

The read-only width property of the {{domxref("PictureInPictureWindow")}} interface returns the width of the floating video window in pixels.

Value

An integer value indicating the width of the floating video window in pixels if the Picture-in-Picture window is open. Otherwise, it returns 0.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also