diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-03-03 17:12:46 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-03-03 17:12:46 +0100 |
commit | 29cce9f6d0c18f94c8bac8566c744e48138dcc1a (patch) | |
tree | a5d12cbfa6143ac2f9d1815817405b44b6c12c30 /layouts/shortcodes | |
parent | f122a231313351ccf24d23eb55b0a2561e7e6bb1 (diff) |
feat: widen the main content
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/img-center.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/img-center.html b/layouts/shortcodes/img-center.html index e3e3a4b..46797ae 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 "450x webp q90"}} -{{- $img2x := $img.Resize "900x webp q90"}} +{{- $img1x := $img.Resize "534x webp q90"}} +{{- $img2x := $img.Resize "1060x webp q90"}} <figure> <img class="center" |