The Video element displays video content within the page. It supports customizable size, margins, and corner radius. The video can autoplay when Auto.Show is true, and playback controls can be optionally displayed using Control.Show. This element allows embedding video media directly into the user interface.

| Field Name | Type | Default Value | Description |
|---|---|---|---|
| Name | String | {name} | Unique identifier for the video element. |
| Elevation | Number | 0 | Shadow or depth effect for the element. |
| Src | URL | {videoUrl} | URL or path to the video file. |
| Alt | String | {alt} | Alternative text describing the video. |
| Size | Number | 0 | Width or overall size of the video element. |
| Radius | Number | 12 | Corner radius of the video player. |
| Margin | Number | 20 | Outer spacing around the video element. |
| MarginLine | Number | 10 | Vertical spacing relative to other elements. |
| Auto.Show | Boolean | true | Enables autoplay of the video when visible. |
| Control.Show | Boolean | false | Shows or hides playback controls (play, pause, seek). |
To learn how to build this same element using JSON coding, visit:
Develop the Video with JSON