Web/API/HTMLVideoElement/autoPictureInPicture

From Get docs

The HTMLVideoElement  autoPictureInPicture property reflects the HTML attribute indicating whether the video should enter or leave picture-in-picture mode automatically.

Syntax

autoPictureInPicture = htmlVideoElement.autoPictureInPicture;

Value

A Boolean whose value is true if the video should enter or leave picture-in-picture mode automatically when changing tab and/or application.

Specifications

Specification Status Comment
UnknownThe definition of 'HTMLVideoElement.autoPictureInPicture' in that specification. Unknown

Browser compatibility

No compatibility data found. Please contribute data for "api.HTMLVideoElement.autoPictureInPicture" (depth: 1) to the MDN compatibility data repository.

See also

  • HTMLVideoElement