summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-07 01:37:01 -0500
committerseth <[email protected]>2023-01-07 01:37:01 -0500
commit483338e099f8b59ee35b9b5f3061f01c3d64f912 (patch)
tree6f88e1daeae1dd8afdccbcece33d92bdeb2e0136
parentd53b865a7040d1c384fc22ef782aed9be360ee9a (diff)
feat: autoplay on lul.html
-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>