-
DescriptionHello everyone. I'm writing an article for my personal blog that runs with Quarto and Github Pages, but I've encountered a problem: when I try to upload a YouTube video (in Short format, i.e. the vertical formats of less than a minute), the video is not displayed, but the message appears: I am using the next line:
I'm sure this is not Quarto's issue, but mine for not using the correct syntax, but I haven't found what the correct syntax might be. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
See the documentation for supported formats: https://quarto.org/docs/authoring/videos.html |
Beta Was this translation helpful? Give feedback.
-
Thanks for the prompt reply. I found a way to embed the video correctly. First, I changed the URL from
|
Beta Was this translation helpful? Give feedback.
Thanks for the prompt reply. I found a way to embed the video correctly.
First, I changed the URL from
https://youtube.com/shorts/sXGMBHrAwYM
tohttps://www.youtube.com/embed/sXGMBHrAwYM
. Then, I inserted the following HTML code (inside a{=html}
chunk of course):