aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js')
-rw-r--r--src/js/plyr.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 53af4cda..d113882c 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -150,7 +150,8 @@
frameTitle: 'Player for {title}',
captions: 'Captions',
settings: 'Settings',
- speed: 'Speed'
+ speed: 'Speed',
+ quality: 'Quality'
},
types: {
embed: ['youtube', 'vimeo', 'soundcloud'],
@@ -886,6 +887,11 @@
config.i18n.speed + ' <span class="plyr__menu__value">{speed}</span>',
'</button>',
'</li>',
+ '<li>',
+ '<button type="button" data-plyr="slide-speed">',
+ config.i18n.quality + ' <span class="plyr__menu__value">Auto</span>',
+ '</button>',
+ '</li>',
'</ul>',
'</div>',
'</div>'