diff options
Diffstat (limited to 'layouts/shortcodes/img-pull-right.html')
-rw-r--r-- | layouts/shortcodes/img-pull-right.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/img-pull-right.html b/layouts/shortcodes/img-pull-right.html index ad7cbf1..49f2ed7 100644 --- a/layouts/shortcodes/img-pull-right.html +++ b/layouts/shortcodes/img-pull-right.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 := .Get 1}} <img loading="lazy" |