2018-05-22 08:00:36 -04:00
|
|
|
{{- $pc := .Page.Site.Config.Privacy.Vimeo -}}
|
2018-05-20 14:00:29 -04:00
|
|
|
{{- if not $pc.Disable -}}
|
2018-05-29 18:48:36 -04:00
|
|
|
{{- if $pc.Simple -}}
|
|
|
|
{{ template "_internal/shortcodes/vimeo_simple.html" . }}
|
|
|
|
{{- else -}}
|
|
|
|
{{ if .IsNamedParams }}<div {{ if .Get "class" }}class="{{ .Get "class" }}"{{ else }}style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"{{ end }}>
|
|
|
|
<iframe src="//player.vimeo.com/video/{{ .Get "id" }}" {{ if not (.Get "class") }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{ end }}webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
2018-05-04 11:53:56 -04:00
|
|
|
</div>{{ else }}
|
2018-05-29 18:48:36 -04:00
|
|
|
<div {{ if len .Params | eq 2 }}class="{{ .Get 1 }}"{{ else }}style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"{{ end }}>
|
|
|
|
<iframe src="//player.vimeo.com/video/{{ .Get 0 }}" {{ if len .Params | eq 1 }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{ end }}webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
2018-05-04 11:53:56 -04:00
|
|
|
</div>
|
2018-05-20 14:00:29 -04:00
|
|
|
{{ end }}
|
2018-05-29 18:48:36 -04:00
|
|
|
{{- end -}}
|
2018-05-20 14:00:29 -04:00
|
|
|
{{- end -}}
|