Back to Content

PictureInPictureWindow: height property

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

latest553 B
Original Source

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

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

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

{{Specifications}}

Browser compatibility

{{Compat}}

See also