<media-fullscreen-button>

Button to toggle fullscreen viewing

None

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

See our styling docs