Video is a type of media component, supporting the custom video URL address, video playback attributes, player appearance attributes, and mp4 videos. The video player can be added in the large screen to play your own videos. This document introduces the meaning of each configuration item of the video component, to help you use the video component quickly and accurately.
Basic settings
width: component width in the editor
height: component height in the editor
top: distance between the component and the top of editor
left: distance between the component and the left side of editor
Video address: online address of MP4 video
Auto play: set whether to automatically play videos after the video component is loaded
Loop playback: set whether to play the video component in loops
Control bar: set whether to display the playback control bar directly below the video
Mute playback: set whether to enable the mute mode during video playback
return [{
"src": "http://qiniu.sdzjfm.com/big_buck_bunny.mp4"
}]