summaryrefslogtreecommitdiff
path: root/layouts/shortcodes
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-03-01 20:41:55 +0100
committerMichał M. Sapka <michal@sapka.me>2023-03-01 20:41:55 +0100
commit2d832a197a8685fc16a81cf4800e71a2b9124d0a (patch)
treede56f7c7ca2158d923884f60791ef283c879f7c8 /layouts/shortcodes
parent92d765aba0354a08f0a644cd9f48bafd92f0f516 (diff)
2 column test
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/img-center.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/img-center.html b/layouts/shortcodes/img-center.html
index fca4395..7121414 100644
--- a/layouts/shortcodes/img-center.html
+++ b/layouts/shortcodes/img-center.html
@@ -3,8 +3,8 @@
{{- $img := resources.Get $path }}
{{- $caption := .Get 1 }}
{{- $source := .Get 2 }}
-{{- $img1x := $img.Resize "500x webp q90"}}
-{{- $img2x := $img.Resize "1000x webp q90"}}
+{{- $img1x := $img.Resize "450x webp q90"}}
+{{- $img2x := $img.Resize "900x webp q90"}}
<center>
<figure>
<img