...
Add an HTML macro to the required page.
Select HTML embed code from the Data source drop-down in the Data source tab.
Enter an HTML
<video>
tag in the given code block for this scenario. You can also use the<object>
tag.Save the changes and Publish the page.
There are three supported video formats in HTML: MP4, WebM, and OGG. Thus, you must ensure that when using the HTML
<video>
tag, the video must be in one of the listed formats so that the video can be shown.If the video is not visible at all, verify the video source and resolve any permission issues.
If the video is not visible in its entirety, you can enter the required width and height in the Layout > Height of an iframe tag’s parameter.
Relevant information
...