Videos
With our versatile video block, you can seamlessly embed and upload videos from a variety of platforms into your documentation pages.
Supported Video Platforms
Videos can be embedded natively from:
- Youtube
- Vimeo
- Loom
You can also provide a URL of a video file (Raw) or upload one.
You can also embed videos from other providers by using the Custom HTML block.
How to add Videos?
Follow these steps to add a video to your pages:
Type
/ Select Video
Next, choose the provider from the list.
Paste in the box the URL of the video, or if you chose to upload, select the file.

- The video will load at once.
Video uploads are supported with a maximum file size of 10MB.
Example Videos
YouTube
No video is better than old Bohemian Rhapsody music video. Starting the video at a specific time is supported.
Gotta love that song! 🙌
Vimeo
Vimeo's interactive video below:
Loom
Loom's own embed video:
URL
Embed videos from your own sources with direct links to the video files:
You can add search params to the URL to define its options. Here are the attributes which you can use:
Attribute | Value Type | Description |
---|---|---|
controls | Boolean | Specifies whether the video should have playback controls. Default is true. |
autoplay | Boolean | Indicates that the video will start playing automatically. |
loop | Boolean | Indicates that the video will start over again, when finished. |
muted | Boolean | Specifies that the video should be muted by default. |
playsinline | Boolean | Indicates if the video is to be played inline. |
preload | String | Hints to the browser about whether to preload the video (auto, metadata, none). |
poster | URL | The URL of an image to show while the video is downloading or until the user hits the play button. |
For example: https://example.com/video.mp4?autoplay=true&loop=true&muted=true&playsinline=true&controls=false
to play the video inline.
Other Video Platforms
To use other video platforms, you can use Custom HTML block to embed the video.