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