Embedding video in revealjs #3781
Answered
by
mcanouil
ashleyleech
asked this question in
Q&A
-
When I try to embed a video, such as: {{< video https://www.youtube.com/watch?v=9X68dm92HVI width="100%" height="100%" >}} I get the following error: No video source specified for video shortcode Any suggestions on what I can do to ensure that the video is embedded? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Dec 29, 2022
Replies: 1 comment 2 replies
-
I believe you are not using the proper URL for videos, see https://quarto.org/docs/authoring/videos.html. Edit: contrary to what is written the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ashleyleech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you are not using the proper URL for videos, see https://quarto.org/docs/authoring/videos.html.
Edit: contrary to what is written the
watch?v=
URLs are not valid.