softinio.com/layouts/shortcodes/vimeo.html

4 lines
215 B
HTML
Raw Normal View History

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