Skip to content

Commit da75f00

Browse files
authored
Update media.md (#443)
1 parent 3cd56b7 commit da75f00

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

src/docs/guide/media.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,41 @@ outline: deep
1212

1313
## Videos
1414

15-
<iframe width="560" height="315" src="https://www.youtube.com/embed/OMPTdaD7Zpo?si=Rs8eRhwjUvrGZS_J" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
15+
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
16+
<iframe
17+
src="https://www.youtube.com/embed/OMPTdaD7Zpo?si=Rs8eRhwjUvrGZS_J"
18+
style="position: absolute; top:0; left: 0; width: 100%; height: 100%;"
19+
frameborder="0"
20+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
21+
referrerpolicy="strict-origin-when-cross-origin"
22+
allowfullscreen
23+
></iframe>
24+
</div>
1625
1726
<br />
1827
<br />
1928

20-
<iframe width="560" height="315" src="https://www.youtube.com/embed/IjV0tLysXc0?si=EOoUSH55tk7pJgpQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
29+
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
30+
<iframe
31+
src="https://www.youtube.com/embed/IjV0tLysXc0?si=EOoUSH55tk7pJgpQ"
32+
style="position: absolute; top:0; left: 0; width: 100%; height: 100%;"
33+
frameborder="0"
34+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
35+
referrerpolicy="strict-origin-when-cross-origin"
36+
allowfullscreen
37+
></iframe>
38+
</div>
2139
2240
<br />
2341
<br />
2442

25-
<iframe width="560" height="315" src="https://www.youtube.com/embed/7VctnNVXe2A?si=3laDGbv4vNVbgvsg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
43+
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
44+
<iframe
45+
src="https://www.youtube.com/embed/7VctnNVXe2A?si=3laDGbv4vNVbgvsg"
46+
style="position: absolute; top:0; left: 0; width: 100%; height: 100%;"
47+
frameborder="0"
48+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
49+
referrerpolicy="strict-origin-when-cross-origin"
50+
allowfullscreen
51+
></iframe>
52+
</div>

0 commit comments

Comments
 (0)