Video
7 posts tagged with "Video"
.video
The .video action shows MP4 video. It belongs to the video category within the media area.
Action Syntax
.video +imagetag
Valid sizes
Tags
controls
shows video playboack controls
muted
starts video in muted mode
Examples
// Basic Usage
.video %videotag
.video-banner
The .video-banner action shows a video banner (edge to edge). It belongs to the video category within the media area.
Action Syntax
.video-banner +imagetag
Valid sizes
Examples
// Basic Usage
.video-banner %videotag
.video-button
The .video-button action an video button. It belongs to the video category within the media area.
Action Syntax
.video-button +imagetag
.video-button +imagetag [file]
Valid sizes
Tags
rounded
a rounded button (default)
circle
a circle button
square
a square button
Examples
// Basic Usage
.video-button %video2
.youtube-video
The .youtube-video action a youtube video player. It belongs to the video category within the media area.
Action Syntax
.youtube-video "text"
.youtube-video $variable
Valid sizes
Examples
// Basic Usage
.youtube-video "videoid"
// Using Variables
// Display dynamic content from variables
.youtube-video $videoid
delete-all-videos
The delete-all-videos action deletes all saved local video files. It belongs to the video category within the media area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = delete-all-videos
Valid sizes
Examples
// Basic Usage
delete-all-videos
list-videos
The list-videos action lists videos saved in IDB using the set-image action. It belongs to the video category within the media area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = list-videos
Valid sizes
Examples
// Basic Usage
list-videos
set-video
The set-video action sets/defines a video tag. It belongs to the video category within the media area.
Action Syntax
set-video +imagetag https://...
set-video +imagetag +imagetag
Valid sizes
Tags
save
persists the video in local storage. Use for videos which to do not change often