Skip to content

Commit f03a8a9

Browse files
committed
fix: video type
1 parent e378a81 commit f03a8a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

default-template/videoTest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ <h4>
277277
</section>
278278

279279
<!-- <video controls width="100%">
280-
<source src="../video/videoplayback.mp4" type="video/webm" />
280+
<source src="../video/videoplayback.mp4" type="video/mp4" />
281281
</video> -->
282282
<video controls width="100%">
283-
<source src="../video/HTTP1.mp4" type="video/webm" />
283+
<source src="../video/HTTP1.mp4" type="video/mp4" />
284284
</video>
285285

286286

0 commit comments

Comments
 (0)