diff --git a/html/poketube.ejs b/html/poketube.ejs
index e82ea012..62413bb8 100644
--- a/html/poketube.ejs
+++ b/html/poketube.ejs
@@ -623,7 +623,7 @@ background-color: #0000;
document.addEventListener("DOMContentLoaded", () => {
const video = videojs('video', {
controls: true,
- autoplay: false,
+ autoplay: true,
preload: 'auto',
plugins: {
hotkeys: {
@@ -2286,7 +2286,7 @@ window.addEventListener("unload", cleanup)
-
+