summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lul.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lul.html b/src/lul.html
index bc3ce9d..4c6d875 100644
--- a/src/lul.html
+++ b/src/lul.html
@@ -10,8 +10,8 @@
</head>
<body>
<div id="vidya">
- <video width="1280" height="720" controls>
- <source src="files/rickroll.webm" type="video/webm">
+ <video width="1280" height="720" controls autoplay muted>
+ <source src="files/rickroll.mp4" type="video/mp4">
</video>
</div>
</body>