devroom.io/themes/outerspace/layouts/shortcodes/youtube.html
2016-04-14 11:22:53 +02:00

5 lines
262 B
HTML

<div class="embed video-player">
<iframe class="youtube-player" type="text/html" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%" src="//www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0">
</iframe>
</div>