Skip to content

Commit 1d8701b

Browse files
committed
Revert "Use youtube video link"
This reverts commit f566813.
1 parent 855b839 commit 1d8701b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/website/src/pages/playground.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ development!
3636
ffmpeg.wasm fundamentals.
3737

3838
Demo Video:
39-
<iframe style={{"aspect-ratio": "16 / 9", width: "100%"}} src="https://youtube.com/embed/F01B0fV20QA" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
40-
41-
[YouTube Video Link](https://www.youtube.com/watch?v=F01B0fV20QA)
39+
<video width="100%" controls>
40+
<source src="/video/playground-how-to.mp4" type="video/mp4" />
41+
</video>
4242

4343
A typical flow to use ffmpeg.wasm is:
4444

6.04 MB
Binary file not shown.

0 commit comments

Comments
 (0)