<media-pip-button>

Button to toggle picture-in-picture mode of the video.

None

NameDefault TypeDescription
entersvgAn element shown when the media is not in PIP mode and pressing the button will trigger entering PIP mode
exitsvgAn element shown when the media is in PIP and pressing the button will trigger exiting PIP mode
<media-pip-button>
  <svg slot="enter"><!-- your SVG --></svg>
  <svg slot="exit"><!-- your SVG --></svg>
</media-pip-button>

See our styling docs