Embedding a screencast video

I used the Windows 10 gaming DVR feature to record a screencast. Is there a way for me to embed this onto my site?

I tried uploading it into dropbox and using that link but it didn’t work. Any suggestions?

Hi @devon42,

No Need to go and upload video to Dropbox Just upload in HubSpot File manager and use it on your page.

like,

<video width="100%" controls>
 <source src="<<<your video link>>>" type="video/mp4">
</video>

Note: replace your HubSpot File Manager link in <<<your video link>>> in code.

Team TRooInbound