Skip to content

Commit c36729a

Browse files
committed
Merge pull request remy#35 from LinXitoW/patch-1
Update MIME Type for ogv
2 parents d21d3ba + b6304f7 commit c36729a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/video.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<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" />
6-
<source src="assets/dizzy.ogv" type="video/ogv" />
6+
<source src="assets/dizzy.ogv" type="video/ogg" />
77
</video>
88
<p id="controls">
99
<input type="button" id="play" value="play">

0 commit comments

Comments
 (0)