softinio.com/layouts/shortcodes/vimeo.html

4 lines
215 B
HTML
Raw Normal View History

2017-03-26 12:39:20 -04:00
<div class="embed video-player">
2017-12-16 20:23:15 -05:00
<iframe src="https://player.vimeo.com/video/{{ index .Params 0 }}" width="640" height="385" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
2017-03-26 12:39:20 -04:00
</div>