Back to documentation
Video
A video component with support for different formats.
Information
Plan: Personal
Properties
| Property | Type | Default |
|---|---|---|
| Autoplay | boolean | false |
| Controls | boolean | true |
| Loop | boolean | false |
| Muted | boolean | false |
| Sources | {
"items": {
"props": {
"src": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
} | [] |
| Width | string | "100%" |
| Height | string | "auto" |
| Border color | string | "var(--ophixor-semantic-border-secondary)" |
| Border radius | string | "8px" |
| Border width | string | "5px" |
| Border style | string | "solid" |
| Box shadow | string | "var(--ophixor-semantic-shadow-sm)" |
| Loading behavior | enum<string> | "lazy" |
| Is visible | boolean | true |
| Selectors | array | [] |