softinio.com/layouts/shortcodes/vimeo.html
2017-12-16 20:23:15 -05:00

4 lines
215 B
HTML

<div class="embed video-player">
<iframe src="https://player.vimeo.com/video/{{ index .Params 0 }}" width="640" height="385" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>