PictureInPictureWindow: width property

The read-only width property of the PictureInPictureWindow inbterface returns the width of the floating video window in pixels.

Syntax

js
pictureInPictureWindow.width

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

Specification
Picture-in-Picture
# ref-for-dom-pictureinpicturewindow-width

Browser compatibility

BCD tables only load in the browser

See also