diff --git a/html/poketube.ejs b/html/poketube.ejs index 6796202..1ca776b 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -383,7 +383,10 @@ a[data-onclick="jump_to_time"] { + + + @@ -621,7 +624,15 @@ background-color: #0000; const video = videojs('video', { controls: true, autoplay: false, - preload: 'auto' + preload: 'auto', + plugins: { + hotkeys: { + volumeStep: 0.1, + seekStep: 5, + enableModifiersForNumbers: false + }, + }, + }); const qua = new URLSearchParams(window.location.search).get("quality") || "";