Video type

Object containing properties of a video file.

Fields

size: Sizerequired
The size of the video.

src: Filerequired
The path to the video file.

  • Must have file extension "mp4".

Examples

{
  "size": {
    "width": 1920,
    "height": 1080
  },
  "src": "videos/trailer.png"
}