diff options
Diffstat (limited to 'controls.md')
-rw-r--r-- | controls.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controls.md b/controls.md index c8f04f71..78e319cc 100644 --- a/controls.md +++ b/controls.md @@ -31,7 +31,7 @@ This is the default `html` option from `plyr.js`. "<span>0</span>% buffered", "</progress>", "</div>", - "<span class='player-controls-playback'>", + "<span class='player-controls-left'>", "<button type='button' data-player='restart'>", "<svg><use xlink:href='#icon-restart'></use></svg>", "<span class='sr-only'>Restart</span>", @@ -57,7 +57,7 @@ This is the default `html` option from `plyr.js`. "<span class='player-duration'>00:00</span>", "</span>", "</span>", - "<span class='player-controls-sound'>", + "<span class='player-controls-right'>", "<input class='inverted sr-only' id='mute{id}' type='checkbox' data-player='mute'>", "<label id='mute{id}' for='mute{id}'>", "<svg class='icon-muted'><use xlink:href='#icon-muted'></use></svg>", |