diff options
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/html/misc/video-webm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/html/misc/video-webm.html b/Base/res/html/misc/video-webm.html index 5ef64606d9..d48e9ee88e 100644 --- a/Base/res/html/misc/video-webm.html +++ b/Base/res/html/misc/video-webm.html @@ -77,7 +77,7 @@ <br /> - <video id=video controls src="file:///home/anon/Videos/test-webm.webm"></video> + <video id=video autoplay controls src="file:///home/anon/Videos/test-webm.webm"></video> <script type="text/javascript"> let video = document.getElementById('video'); |