Skip to main content

Video

Adding video to your documentation pages

Use the <video> element for presenting video content.

<video width="100%" controls>
  <source src="/video/example.mp4" type="video/mp4" />
  <track src="/video/example.vtt" default />
  Your browser does not support the video tag.
</video>