Embed (iframe) YouTube URL. It's responsive.
https://www.youtube.com/watch?v=XXXXXXXXXXX
If you want to ignore the embed, you can use the URL as youtu.be
instead of youtube.com
.
You can set the width and height of the iframe. And you can set the start time of the video.
// Basic
::youtube[YOUTUBE_VIDEO_ID]
// Advanced
::youtube[YOUTUBE_VIDEO_ID]{width=800 height=400 t=50}
YOUTUBE_VIDEO_ID is the video ID of the YouTube URL. It's required.
Every attribute is optional.
Embed (iframe) YouTube URL. It's responsive.
MIT