Skip to content

Mkdocs Video

Ref. MkDocs Video

Installation

$ pip install mkdocs-video

mkdocs.yaml

plugins:
    - mkdocs-video

Video Example

Example for mkdocs syntax video, not html tag

![type:video](https://www.youtube.com/embed/LXb3EKWsInQ)
type:video

![type:video](../images/proverXL/Genmitsu_PROVerXL_4030.mp4)
type:video

HTML tag

<video width="640"  controls>
  <source src="../../images/weekX/test2.mp4" type="video/mp4">
</video>

Last update: April 9, 2022