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: