Video
Insert video as an HTML video tag
<video data-autoplay controls><source src="Attachments/my_video_file.mp4" type="video/mp4"></video>
---
Set the size of the video
<video data-autoplay controls width="800" height="600"><source src="Attachments/my_video_file.mp4" type="video/mp4"></video>
References:
- https://forum.obsidian.md/t/advanced-slides-create-markdown-based-reveal-js-presentations-in-obsidian/28243/42
- https://www.w3schools.com/tags/tag_video.asp
Insert video as an HTML video tag
---
Set the size of the video