We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ed204 commit 62b762aCopy full SHA for 62b762a
tests/docs/smoke-all/video/video-smoke-test.qmd
@@ -35,6 +35,9 @@ _quarto:
35
36
- '#brightcove-test iframe[src$="https://players.brightcove.net/1460825906/default_default/index.html?videoId=5988531335001"]'
37
38
+ - "#youtube-short-test .quarto-video.ratio.ratio-16x9"
39
+ - '#youtube-short-test iframe[src$="https://www.youtube.com/shorts/Kra3uHSIuBY"]'
40
+
41
---
42
43
::: {#video-js-test}
@@ -106,3 +109,9 @@ _quarto:
106
109
{{< video https://players.brightcove.net/1460825906/default_default/index.html?videoId=5988531335001 >}}
107
110
108
111
:::
112
113
+::: {#youtube-short-test}
114
115
+{{< video https://www.youtube.com/shorts/Kra3uHSIuBY >}}
116
117
+:::
0 commit comments