uci-hugo-landingpage/layouts/shortcodes/youtube.html

4 lines
194 B
HTML
Raw Normal View History

2017-03-04 20:02:56 -08:00
<div class="videoplayer">
<iframe type="text/html" width="640" height="360" src="//www.youtube.com/embed/{{ index .Params 0 }}?autoplay=1" allowfullscreen frameborder="0"><br /></iframe>
</div>