diff options
Diffstat (limited to 'layouts/shortcodes/img-c.html')
-rw-r--r-- | layouts/shortcodes/img-c.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/img-c.html b/layouts/shortcodes/img-c.html index 7411abb..d78c2d4 100644 --- a/layouts/shortcodes/img-c.html +++ b/layouts/shortcodes/img-c.html @@ -4,8 +4,8 @@ {{- $caption := .Inner }} {{- $source := .Get 1 }} {{- $imgclass := .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> <a href="{{ $img.Permalink }}"> <img |