Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 552 Bytes

demo-preview.md

File metadata and controls

13 lines (9 loc) · 552 Bytes

Embedding a YouTube video in GitHub pages as a preview

If the YouTube URL of the video is https://www.youtube.com/watch?v=JLMbpiywVxQ you can use the following to embed a clickable preview.

[![Final video of fixing issues in your code in VS Code]
(https://img.youtube.com/vi/JLMbpiywVxQ/maxresdefault.jpg)]
(https://www.youtube.com/watch?v=JLMbpiywVxQ)

Which shows as:

Final video of fixing issues in your code in VS Code