You can insert videos from YouTube on your pages. The syntax is exactly same as for images, but instead of video link you should insert YouTube link.
You can provide additional parameters after the video address using the following format:
{parameters}Parameter | Type | Description |
|---|---|---|
|
| width in pixels |
|
| height in pixels |
|
| aspect ratio as width to height, for example 16/9 |
|
| mute video by default |
|
| play video when page loads |
|
| display controls for the video |
|
| loop video |
You can specify the size of the video using an additional option after the video address. You can either explicitly set width and height parameters or specify video aspect ratio using ratio, so we can correctly calculate video height based on width.
You can add a caption to an video by adding a special block around the video.
Insert a video which plays in a loop to automatically restart video after it ends. Additionally, you can specify: muted, autoplay and controls parameters.