From d3345d8909f65e051d144b32a59507ee2a4cbb0c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 27 Jan 2026 16:29:00 +0100 Subject: Adjust images in mobile --- templates/post_macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/post_macros.html') diff --git a/templates/post_macros.html b/templates/post_macros.html index c128bc5..3b2ad7d 100644 --- a/templates/post_macros.html +++ b/templates/post_macros.html @@ -31,7 +31,7 @@ {{ post_macros::meta(post=post) }} {% if post.extra.visual_aid_src and post.extra.visual_aid_alt %}
- {% set resized_image = resize_image(path=post.extra.visual_aid_src, width=100, height=75) %} + {% set resized_image = resize_image(path=post.extra.visual_aid_src, width=98, height=73) %} {{post.extra.visual_aid_alt}}

{{ post.summary | safe }}

-- cgit