Skip to content

Instantly share code, notes, and snippets.

@show0k
Created July 2, 2015 14:50
Show Gist options
  • Save show0k/0f0f0da97575ff4213a4 to your computer and use it in GitHub Desktop.
Save show0k/0f0f0da97575ff4213a4 to your computer and use it in GitHub Desktop.
include a video in reveal.js
<center>
<video autoplay="true" loop="true" muted="true" width="640">
<source src="https://s3.amazonaws.com/orm-atlas-media/atlas-jupyter/edit-with-atlas.mp4" type="video/mp4"> Your browser does not support the video tag.
</video>
</center>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment