Last edited on December 13, 2022
Use this guide if you're looking to add an autoplayed, looped video with no YouTube/Vimeo watermark. Example:
/embed
> code<video playsinline="" loop="" autoplay="" muted="" style="width: 100%; height: auto; display: block; margin: 0px;"> <source src="https://typedream.sfo3.digitaloceanspaces.com/typedream-assets/demo-cardy-fast.mp4" type="video/mp4"></video>
P.S. Make sure to change the video source to your own video (upload it to Google Drive or any cloud)
That's it!
Use this guide if you're looking to add a video with player controls (play/pause button) with no YouTube/Vimeo watermark. Example:
/embed
> code<video playsinline="" style="width: 100%; height: auto; display: block; margin: 0px;" controls> <source src="https://typedream.sfo3.digitaloceanspaces.com/typedream-assets/demo-cardy-fast.mp4" type="video/mp4"></video>
P.S. Make sure to change the video source to your own video (upload it to Google Drive or any cloud)
That's it!