Skip to content

Instantly share code, notes, and snippets.

@vicegd
Last active February 8, 2016 18:12
Show Gist options
  • Save vicegd/6ae881c0c903b65a3a3c to your computer and use it in GitHub Desktop.
Save vicegd/6ae881c0c903b65a3a3c to your computer and use it in GitHub Desktop.
Reveal.JS - video
<section>
<h2>Y por qué no un video?</h2>
<video width="320" height="240" controls>
<source src="videos/mov_bbb.mp4" type="video/mp4">
<source src="videos/mov_bbb.ogg" type="video/ogg">
</video>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment