diff --git a/themes/zenn/templates/shortcodes/fit_image.html b/themes/zenn/templates/shortcodes/fit_image.html index ac7343b..a0bf546 100644 --- a/themes/zenn/templates/shortcodes/fit_image.html +++ b/themes/zenn/templates/shortcodes/fit_image.html @@ -1,5 +1,6 @@

- + {% set image = resize_image(path=path, width=750, height=1500, op="fit") %} +