Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
It's easy to add a Youtube video as Youtube will provide the embedding code to add in a HTML Frame.
But how to add a video file that is not on Youtube ?
When you have a MP4 video stored on the internet or on your network, you can use HTML5 video tags to include it in your Dossier.
<video autoplay muted loop width="100%" height="100%"> <source src="http://images-assets.nasa.gov/video/GRC-2024-CM-0121.1/GRC-2024-CM-0121.1~orig.mp4" type="video/mp4"> </video>
