- Get started
- Structure
- Body Elements
- Objects
Defines a video to be rendered considering multiple resolutions and formats for different screens and devices.
Optional parameters are indicated as "(Optional)".
Parameter | Meaning | Notes |
---|---|---|
url (string) | The url of the video. |
|
width (integer) (optional) | The width of the video. |
|
height (integer) (optional) | The height of the video. |
|
type (string) (optional) | The mime type of the video. |
|
size (integer) (optional) | The size of the video, in bytes. |
|
title (string) (optional) | The plain text title of the video. |
|
author (author_object) (optional) | The author text of the video file. |
|
description (string) (optional) | The plain text description of the video. |
|
resolutions (associatvie array of media_versions_objects) (optional) | The video file available in other resolutions. |
|
{
"url": "https://fbwcdn.com/video/main/connectedweb/showcase/video1.mp4",
"width": 1920,
"height": 1080,
"type": "video/mp4",
"size": 8990,
"title": "Connected Web Logo Intro",
}