PictureInPictureWindow: height property

The read-only height property of the PictureInPictureWindow interface returns the height of the floating video window in pixels.

Syntax

js
pictureInPictureWindow.height

Value

An integer value indicating the height 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-height

Browser compatibility

BCD tables only load in the browser

See also