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: f8dba4af7c30041610314c90a690e2a37a702491 (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="http://www.youtube.com/embed/{{ index .Params 0 }}" 
            allowfullscreen 
            frameborder="0">
    </iframe>
</div>