Fix for control tooltips always showing

This commit is contained in:
Sam Potts
2016-01-25 11:02:35 +11:00
parent 3127cea1b2
commit b006b73c69
8 changed files with 15 additions and 12 deletions

View File

@ -49,7 +49,7 @@ This is an example `html` option with all controls.
var controls = ["<div class='plyr__controls'>",
"<div class='plyr__progress'>",
"<label for='seek{id}' class='plyr__sr-only'>Seek</label>",
"<input id='seek{id}' class='plyr__progress--seek' type='range' min='0' max='100' step='0.5' value='0' data-plyr='seek'>",
"<input id='seek{id}' class='plyr__progress--seek' type='range' min='0' max='100' step='0.1' value='0' data-plyr='seek'>",
"<progress class='plyr__progress--played' max='100' value='0'>",
"<span>0</span>% played",
"</progress>",