summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/img-center.html
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-08-31 19:22:11 +0200
committermms <michal@sapka.me>2024-08-31 19:22:11 +0200
commit091aa067d036ab60eb7d627d1997572daebaa310 (patch)
treed975c020497928a05ee30c257cfc88dc943cae76 /layouts/shortcodes/img-center.html
parentbcf8aee086ae1c9e66a8ca461bf0912cda5d701d (diff)
feat(blog): rrc
Diffstat (limited to 'layouts/shortcodes/img-center.html')
-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 e871a91..cca73f2 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 "800x webp q90"}}
-{{- $img2x := $img.Resize "1600x webp q90"}}
+{{- $img1x := $img.Resize "800x jpg q90"}}
+{{- $img2x := $img.Resize "1600x jpg q90"}}
<figure>
<img
loading="lazy"