Hello! Does anyone have an example of inserting a ...
# chat
s
Hello! Does anyone have an example of inserting a video into one of their Dendron/ReavealJS documents? - I've tried both link:
![](assets/videos/2022-01-27_BBounty_Example.MOV)
AND - HTML
Copy code
<video width="640" height="480" controls>
  <source src="assets\videos\2022-01-27_BBounty_Example.MOV" type="video/mp4">
</video>
- Neither of them seem to work, I end up with a blank video player...