diff options
Diffstat (limited to 'assets/templates')
-rw-r--r-- | assets/templates/controls.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/assets/templates/controls.html b/assets/templates/controls.html index 2fc38196..7434f9c9 100644 --- a/assets/templates/controls.html +++ b/assets/templates/controls.html @@ -14,7 +14,7 @@ <svg><use xlink:href="#icon-play"></use></svg> <span class="sr-only">Play</span> </button> - <button class="px-video-pause hide" data-player="pause"> + <button class="px-video-pause" data-player="pause"> <svg><use xlink:href="#icon-pause"></use></svg> <span class="sr-only">Pause</span> </button> @@ -47,5 +47,11 @@ <span class="sr-only">Captions</span> </label> <!--</div>--> + + <button class="player-toggle-fullscreen" data-player="toggle-fullscreen"> + <svg class="icon-exit-fullscreen"><use xlink:href="#icon-collapse"></use></svg> + <svg><use xlink:href="#icon-expand"></use></svg> + <span class="sr-only">Toggle fullscreen</span> + </button> </div> </div> |