diff options
| author | seth <[email protected]> | 2023-01-07 01:37:01 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-07 01:37:01 -0500 |
| commit | 483338e099f8b59ee35b9b5f3061f01c3d64f912 (patch) | |
| tree | 6f88e1daeae1dd8afdccbcece33d92bdeb2e0136 /src | |
| parent | d53b865a7040d1c384fc22ef782aed9be360ee9a (diff) | |
feat: autoplay on lul.html
Diffstat (limited to 'src')
| -rw-r--r-- | src/lul.html | 4 |
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> |
