Wie kann bei Videostart automatisch in den Fullscreenmodus gewechselt werden?
Hallo,
wie kann man am besten bei Videostart automatisch in den Fullscreenmodus wechseln?
Es geht mir um Videos, die ich auf voe.sx hochgeladen habe.
Der Fullscreen-Button hat folgende ID:
<button class="plyr__controls__item plyr__control" type="button" data-plyr="fullscreen">
Voller Auszug:
<button class="plyr__controls__item plyr__control" type="button" data-plyr="fullscreen">
<svg class="icon--pressed" aria-hidden="true" focusable="false"><use xlink:href="#plyr-exit-fullscreen"></use></svg>
<svg class="icon--not-pressed" aria-hidden="true" focusable="false">
<use xlink:href="#plyr-enter-fullscreen"></use>
</svg>
<span class="label--pressed plyr__tooltip">Exit fullscreen</span>
<span class="label--not-pressed plyr__tooltip">Enter fullscreen</span>
</button>
Danke.