<media-fullscreen-button>
Button to toggle fullscreen viewing
Attributes
Section titled AttributesNone
Slots
Section titled Slots| Name | Default Type | Description | 
|---|---|---|
enter | svg | An element shown when the media is not in fullscreen and pressing the button will trigger entering fullscreen | 
exit | svg | An element shown when the media is in fullscreen and pressing the button will trigger exiting fullscreen | 
Example
Section titled Example<media-fullscreen-button>
  <svg slot="enter"><!-- your SVG --></svg>
  <svg slot="exit"><!-- your SVG --></svg>
</media-fullscreen-button>
Styling
Section titled StylingSee our styling docs