Welcome to mirror list, hosted at ThFree Co, Russian Federation.

youtube.html « shortcodes « layouts - github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fead63aa700186f437bff909aa4fffad16b7789e (plain)
1
2
3
4
5
6
7
8
9
10
<div class="embed video-player">
    <iframe class="youtube-player"
            type="text/html"
            width="640"
            height="385"
            src="//www.youtube.com/embed/{{ index .Params 0 }}?playlist={{ index .Params 0 }}&loop=1"
            allowfullscreen
            frameborder="0">
    </iframe>
</div>