Style video

The style video allows to render a video. The field sources defines the different video sources. Multiple sources can be provided to cope with browser incompatibilities.

Note that the field sources is of type json and requires

  1. valid json syntax (see https://www.json.org/)
  2. a json field source and type for each video source

It is best to copy the example below and adapt the video names and types according to your requirements.

[{
  "source": "video_name.mp4",
  "type": "video/mp4"
},
{
  "source":"video_name.ogg",
  "type": "video/ogg"
},
{
  "source":"video_name.webm",
  "type": "video/webm"
}]

The field alt allows to define the text that will be displayed if no video file can be loaded.

Unknown Style styleSignature