diff options
author | Sam Potts <me@sampotts.me> | 2015-02-15 02:14:02 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-15 02:14:02 +1100 |
commit | f8c6dab92e3dcfbc62d3d47ea8bd857db37f95e8 (patch) | |
tree | 517d8816a147a8f166d8ab5d6e8a05235bff3d48 /assets/templates | |
parent | 751d8db9d88d45b33792982103f8682e21ac876e (diff) | |
download | plyr-f8c6dab92e3dcfbc62d3d47ea8bd857db37f95e8.tar.lz plyr-f8c6dab92e3dcfbc62d3d47ea8bd857db37f95e8.tar.xz plyr-f8c6dab92e3dcfbc62d3d47ea8bd857db37f95e8.zip |
Fullscreen, update filenames, other tweaks
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> |