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

9 lines
457 B
HTML

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