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

9 lines
487 B
HTML

<div class="embed video-player">
<noscript><h3>The video players don't work without JavaScript enabled!</h3></noscript>
<iframe class="youtube-player" type="text/html" width="700" height="385" src="https://ytr.gianmarco.gg/?yt={{ index .Params 0 }}&ody={{ index .Params 1 }}&pt={{ index .Params 2 }}" allowfullscreen frameborder="0"></iframe>
<p></p>
</div>
<!-- og width was 640 -->
<!-- to get the code of the iframe just go to ytr.gianmarco.gg and open the source of the page :) -->