From 091aa067d036ab60eb7d627d1997572daebaa310 Mon Sep 17 00:00:00 2001 From: mms Date: Sat, 31 Aug 2024 19:22:11 +0200 Subject: feat(blog): rrc --- layouts/shortcodes/img-r.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/shortcodes/img-r.html') diff --git a/layouts/shortcodes/img-r.html b/layouts/shortcodes/img-r.html index e67b32f..6ae976e 100644 --- a/layouts/shortcodes/img-r.html +++ b/layouts/shortcodes/img-r.html @@ -1,8 +1,8 @@ {{- $file := .Get 0 }} {{- $path := printf "content_images/%s" $file}} {{- $img := resources.Get $path }} -{{- $img1x := $img.Resize "150x webp" }} -{{- $img2x := $img.Resize "300x webp" }} +{{- $img1x := $img.Resize "150x jpg" }} +{{- $img2x := $img.Resize "300x jpg" }} {{- $caption := .Inner}}