|
|
@ -1,7 +1,7 @@
|
|
|
|
{{ $autopause := .Get "autopause" | default true }}
|
|
|
|
{{ $autopause := .Get "autopause" | default true }}
|
|
|
|
{{ $autoplay := .Get "autoplay" }}
|
|
|
|
{{ $autoplay := .Get "autoplay" }}
|
|
|
|
{{ $background := .Get "background" }}
|
|
|
|
{{ $background := .Get "background" }}
|
|
|
|
{{ $byline := .Get "byline" | default true }}
|
|
|
|
{{ $byline := .Get "byline" }}
|
|
|
|
{{ $color := .Get "color" }}
|
|
|
|
{{ $color := .Get "color" }}
|
|
|
|
{{ $controls := .Get "controls" | default true }}
|
|
|
|
{{ $controls := .Get "controls" | default true }}
|
|
|
|
{{ $description := .Get "title" | default "Vimeo video" }}
|
|
|
|
{{ $description := .Get "title" | default "Vimeo video" }}
|
|
|
|