Remove height param
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{{ $caption := .Get 0 | default (.Get "caption") }}
|
||||
{{ $content := .Inner }}
|
||||
{{ $float := .Get "float" }}
|
||||
{{ $height := .Get "height" }}
|
||||
{{ $horizontal := .Get "horizontal" }}
|
||||
{{ $maxwidth := .Get "maxwidth" }}
|
||||
{{ $number := .Get "number" }}
|
||||
@@ -14,7 +13,6 @@
|
||||
"content" $content
|
||||
"float" $float
|
||||
"gap" 2
|
||||
"height" $height
|
||||
"horizontal" $horizontal
|
||||
"maxwidth" $maxwidth
|
||||
"number" $number
|
||||
|
@@ -121,17 +121,17 @@
|
||||
"caption" $caption
|
||||
"content" (partial "paige/video.html" (dict
|
||||
"fullscreen" $fullscreen
|
||||
"height" $height
|
||||
"referrerpolicy" $referrerpolicy
|
||||
"src" $src
|
||||
"title" $description
|
||||
"width" $width
|
||||
))
|
||||
"float" $float
|
||||
"gap" 2
|
||||
"height" $height
|
||||
"horizontal" $horizontal
|
||||
"maxwidth" $maxwidth
|
||||
"number" $number
|
||||
"numbered" $numbered
|
||||
"vertical" $vertical
|
||||
"width" $width
|
||||
) }}
|
||||
|
@@ -75,17 +75,17 @@
|
||||
"caption" $caption
|
||||
"content" (partial "paige/video.html" (dict
|
||||
"fullscreen" $fullscreen
|
||||
"height" $height
|
||||
"referrerpolicy" $referrerpolicy
|
||||
"src" $src
|
||||
"title" $description
|
||||
"width" $width
|
||||
))
|
||||
"float" $float
|
||||
"gap" 2
|
||||
"height" $height
|
||||
"horizontal" $horizontal
|
||||
"maxwidth" $maxwidth
|
||||
"number" $number
|
||||
"numbered" $numbered
|
||||
"vertical" $vertical
|
||||
"width" $width
|
||||
) }}
|
||||
|
Reference in New Issue
Block a user