Remove maxheight param

This commit is contained in:
Will Faught
2023-02-26 16:18:28 -08:00
parent 919ccf58ec
commit a9f609efcb
12 changed files with 4 additions and 95 deletions

View File

@@ -4,7 +4,6 @@
{{ $height := .Get "height" }}
{{ $horizontal := .Get "horizontal" }}
{{ $link := .Get "link" }}
{{ $maxheight := .Get "maxheight" }}
{{ $maxwidth := .Get "maxwidth" }}
{{ $method := .Get "method" }}
{{ $number := .Get "number" }}
@@ -24,7 +23,6 @@
"height" $height
"horizontal" $horizontal
"link" $link
"maxheight" $maxheight
"maxwidth" $maxwidth
"method" $method
"number" $number