1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 01:06:00 -04:00
Files
jarv.is/layouts/shortcodes/vimeo.html
T
2021-12-13 20:46:28 -05:00

13 lines
320 B
HTML

<div class="embed {{ .Name }}">
<iframe
class="vimeo-player"
src="https://player.vimeo.com/video/{{ .Get "id" }}&amp;dnt=1"
allow="fullscreen"
allowfullscreen>
</iframe>
</div>
{{- define "__shortcode_vimeo_js" }}
<script async defer src="https://player.vimeo.com/api/player.js"></script>
{{ end }}