mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 12:09:29 -07:00
disable resizer for performance
This commit is contained in:
@@ -27,9 +27,9 @@
|
|||||||
{{ $resize := .Resize "x2000 webp Lanczos q70" }}
|
{{ $resize := .Resize "x2000 webp Lanczos q70" }}
|
||||||
{{ $.Scratch.Add "img" (dict
|
{{ $.Scratch.Add "img" (dict
|
||||||
"index" (string $index)
|
"index" (string $index)
|
||||||
"url" (string $resize.RelPermalink)
|
"url" (string .RelPermalink)
|
||||||
"imgH" (string $resize.Height)
|
"imgH" (string .Height)
|
||||||
"imgW" (string $resize.Width)
|
"imgW" (string .Width)
|
||||||
"pColor" (string $pColor)
|
"pColor" (string $pColor)
|
||||||
"sColor" (string $sColor)) }}
|
"sColor" (string $sColor)) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user