diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js
index 194678b7ea..5f20eb116b 100644
--- a/src/plugins/htmlVideoPlayer/plugin.js
+++ b/src/plugins/htmlVideoPlayer/plugin.js
@@ -1978,6 +1978,18 @@ export class HtmlVideoPlayer {
}, {
name: '2x',
id: 2.0
+ }, {
+ name: '2.5x',
+ id: 2.5
+ }, {
+ name: '3x',
+ id: 3.0
+ }, {
+ name: '3.5x',
+ id: 3.5
+ }, {
+ name: '4.0x',
+ id: 4.0
}];
}