Skip to content

Commit 2eab09e

Browse files
committed
1 parent fec9a09 commit 2eab09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/video.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<title>Video</title>
22
<article>
3-
<video>
3+
<video preload="metadata"> <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=676422 -->
44
<source src="assets/dizzy.mp4" type="video/mp4" />
55
<source src="assets/dizzy.webm" type="video/webm" />
66
<source src="assets/dizzy.ogv" type="video/ogv" />

0 commit comments

Comments
 (0)