mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 02:04:25 +01:00
adapted youtube shortcode
This commit is contained in:
6
layouts/shortcodes/youtube.html
Normal file
6
layouts/shortcodes/youtube.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="responsive-embed widescreen">
|
||||
<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 }}" start="{{ index .Params 1 }}" allowfullscreen frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
Reference in New Issue
Block a user