gmgsite/themes/hugo-casper3/layouts/shortcodes/generic-video.html

9 lines
392 B
HTML

<div class="embed video-player">
<noscript><div id="banner"><span><small>Javascript must be enabled for the video player to work.</small></span></div></noscript>
<iframe class="youtube-player" type="text/html" width="100%" height="385" src="{{ index .Params 0 }}" allowfullscreen frameborder="0"></iframe>
<p></p>
</div>
<!-- og width was 640 -->
<!-- iframe code is at /static/ytr.html -->