Added three videos to documentation.

Created shortcode for YouTube videos and made the videos responsive in the
stylesheet.
This commit is contained in:
Dan Hersam
2015-01-27 17:14:19 -05:00
committed by bep
parent e52a76f559
commit 06b1a88358
5 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<div class="video-container">
<iframe class="youtube-player" type="text/html" width="100%" height="auto" src="http://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0">
</iframe>
</div>