diff options
author | Sam Potts <me@sampotts.me> | 2016-02-13 22:18:42 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-02-13 22:18:42 +1100 |
commit | ce513442699f4b3c964adf06d9baa49821351ce3 (patch) | |
tree | ecf4a059ebd51defcc065645ab4303534b43a89e /controls.md | |
parent | a8cea7b5c99ce2c6bfc8c869b17f7a55da77a455 (diff) | |
download | plyr-ce513442699f4b3c964adf06d9baa49821351ce3.tar.lz plyr-ce513442699f4b3c964adf06d9baa49821351ce3.tar.xz plyr-ce513442699f4b3c964adf06d9baa49821351ce3.zip |
iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158)
Diffstat (limited to 'controls.md')
-rw-r--r-- | controls.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/controls.md b/controls.md index 196a77fb..09aa0902 100644 --- a/controls.md +++ b/controls.md @@ -56,6 +56,7 @@ var controls = ["<div class='plyr__controls'>", "<progress class='plyr__progress--buffer' max='100' value='0'>", "<span>0</span>% buffered", "</progress>", + "<span class='plyr__tooltip'>--:--</span>", "</div>", "<span class='plyr__controls--left'>", "<button type='button' data-plyr='restart'>", @@ -84,7 +85,7 @@ var controls = ["<div class='plyr__controls'>", "</span>", "<span class='plyr__time'>", "<span class='plyr__sr-only'>Duration</span>", - "<span class='plyr__duration'>00:00</span>", + "<span class='plyr__duration'>--:--</span>", "</span>", "</span>", "<span class='plyr__controls--right'>", |