Description
The Video object contains information about a video that has been uploaded via the CMS.
ℹ️ Note
This object supports custom data via the data attribute.
Attributes
| Attribute | Type | Description |
|---|---|---|
embed_url |
String | Returns the embed URL for this Video, suitable for embedding in an iframe |
id |
String | Returns the unique id of this Video |
key_frame_seconds |
String | Returns the starting place for the key frame of the video in seconds |
thumb_url |
String | Returns the thumbnail URL for this Video |
type |
String | Returns the type of video, ex: 'youtube', 'vimeo' |
url |
String | Returns the complete url for this Video |