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

4 lines
194 B
HTML

<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>