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

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/youtube.html')
-rw-r--r--layouts/shortcodes/youtube.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/shortcodes/youtube.html b/layouts/shortcodes/youtube.html
index f8dba4a..f0e9e9e 100644
--- a/layouts/shortcodes/youtube.html
+++ b/layouts/shortcodes/youtube.html
@@ -1,10 +1,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
+ <iframe class="youtube-player"
+ type="text/html"
+ width="640"
+ height="385"
+ src="http://www.youtube.com/embed/{{ index .Params 0 }}?playlist={{ index .Params 0 }}&loop=1"
+ allowfullscreen
frameborder="0">
</iframe>
</div>