aboutsummaryrefslogtreecommitdiffstats
path: root/assets/templates/controls.html
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-02-22 10:17:39 +1100
committerSam Potts <me@sampotts.me>2015-02-22 10:17:39 +1100
commit49038e3ca9018c0957fd8f4b531b0a73f1ba4cde (patch)
tree7c4719db2bf88383d62218462caf45d8b96074e6 /assets/templates/controls.html
parent5f96172dbd83b709b4ec17c7f570c3c5c108027f (diff)
downloadplyr-49038e3ca9018c0957fd8f4b531b0a73f1ba4cde.tar.lz
plyr-49038e3ca9018c0957fd8f4b531b0a73f1ba4cde.tar.xz
plyr-49038e3ca9018c0957fd8f4b531b0a73f1ba4cde.zip
Progress for buffer, Safari 8 fix, validating 'html' option
Diffstat (limited to 'assets/templates/controls.html')
-rw-r--r--assets/templates/controls.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/assets/templates/controls.html b/assets/templates/controls.html
index de36ed61..3ae8d8c4 100644
--- a/assets/templates/controls.html
+++ b/assets/templates/controls.html
@@ -1,7 +1,12 @@
<div class="player-controls">
- <progress class="player-progress" max="100" value="0">
- <span>0</span>% played
- </progress>
+ <div class="player-progress">
+ <progress class="player-progress-played" max="100" value="0">
+ <span>0</span>% played
+ </progress>
+ <progress class="player-progress-buffer" max="100" value="0">
+ <span>0</span>% buffered
+ </progress>
+ </div>
<span class="player-controls-playback">
<button type="button" data-player="restart">
<svg><use xlink:href="#icon-refresh"></use></svg>