Skip to content

Instantly share code, notes, and snippets.

@anchowake
Last active January 29, 2020 22:59
Show Gist options
  • Select an option

  • Save anchowake/c959209628556f81de160dd57e638b28 to your computer and use it in GitHub Desktop.

Select an option

Save anchowake/c959209628556f81de160dd57e638b28 to your computer and use it in GitHub Desktop.
Request PIP programmatically

Chrome

document.querySelector('Selector').requestPictureInPicture();

Safari

document.querySelector('Selector').webkitSetPresentationMode("picture-in-picture");

Netflix Example

document.querySelector('video').requestPictureInPicture();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment