Video

The widget can be used to show videos.

Model

{
    "type": "video",
    "url": "",
    "mimeType": "video/mp4"
}

Video Options

Any valid video attributes can be added to the model. Visit 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video[The Video Embed element]' to see the full list of attributes.

{
    "videoOptions": {
        "autoPlay": true,
        "muted": true,
        "loop": false,
        "controls": true
    }
}