aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/_markup/render-image.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-09 21:29:31 -0400
committertdro <tdro@noreply.example.com>2022-06-09 21:29:31 -0400
commit1f5a136cb9dfab17f2d03f375157f2605a82f777 (patch)
treee94a0572661f4923af3c7397a3956d0abe83bf65 /themes/default/layouts/_default/_markup/render-image.html
parent99b3afaf045e9f67c4fc18c30e5cd05f883752e5 (diff)
downloadcanory-1f5a136cb9dfab17f2d03f375157f2605a82f777.tar.gz
canory-1f5a136cb9dfab17f2d03f375157f2605a82f777.tar.bz2
canory-1f5a136cb9dfab17f2d03f375157f2605a82f777.zip
themes/default/layouts/_default/_markup/render-image: Limit resolution by height
Diffstat (limited to 'themes/default/layouts/_default/_markup/render-image.html')
-rw-r--r--themes/default/layouts/_default/_markup/render-image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/_markup/render-image.html b/themes/default/layouts/_default/_markup/render-image.html
index 8f09192..ba37989 100644
--- a/themes/default/layouts/_default/_markup/render-image.html
+++ b/themes/default/layouts/_default/_markup/render-image.html
@@ -5,7 +5,7 @@
{{- $width := "" -}}
{{- $height := "" -}}
{{- $cache := "" -}}
-{{- $dimensions := "600x" -}}
+{{- $dimensions := "x360" -}}
{{- with $remote -}}
{{- with .Err -}}