Video

Available only on animated design

A video layer allows video integration within your design, enabling complex multimedia compositions with precise control over video placement and behavior.

Available properties

Property
Description

video_url

HTTP(s) URL of the video displayed in the layer

It must be a public accessible link and have a filesize of 100 mb maximum.

The video can be trimmed using the following query properties to the video url:

  • trim_start: Start of the video in seconds. i.e: ?trim_start=2.5 to start your video at 2.5s

  • trim_end: End of the video in seconds. i.e: ?trim_end=10 to end your video at 10s

Supported files: MP4, WebM, MOV

audio_muted

Boolean (true, false)

Default value: false

If true it video sound is muted

hidden

Boolean (true, false)

If true it hides the video.

Example Input Video Configuration:

"video_element_name": {
 "video_url": "https://example.com/video.mp4",
 "audio_muted": 0,
 "hidden": false
}

Last updated