Remove height param

This commit is contained in:
Will Faught
2023-02-28 17:31:18 -08:00
parent 869505dcd7
commit 665f5e2955
6 changed files with 23 additions and 43 deletions

View File

@@ -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
) }}