Skip to content

Commit ae77d9d

Browse files
Copilotanxiangsir
andcommitted
Fix video compatibility in README Introduction section
Co-authored-by: anxiangsir <31175974+anxiangsir@users.noreply.github.com>
1 parent d572de4 commit ae77d9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646

4747
<div align="center">
4848

49-
<video src="https://github.com/anxiangsir/asset/raw/main/OneVision/residual_mv.mp4" controls autoplay loop muted playsinline width="800" style="max-width: 100%;" title="OneVision Encoder demonstration video showing residual motion vectors">
50-
Your browser does not support the video tag.
49+
<video controls autoplay loop muted playsinline width="800" style="max-width: 100%;" title="OneVision Encoder demonstration video showing residual motion vectors">
50+
<source src="https://raw.githubusercontent.com/anxiangsir/asset/main/OneVision/residual_mv.mp4" type="video/mp4">
51+
Your browser does not support the video tag. <a href="https://raw.githubusercontent.com/anxiangsir/asset/main/OneVision/residual_mv.mp4">Click here to view the video</a>.
5152
</video>
5253

5354
</div>

0 commit comments

Comments
 (0)