summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-01-27 16:29:00 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-01-27 16:29:01 +0100
commitd3345d8909f65e051d144b32a59507ee2a4cbb0c (patch)
treefa1369839e207d947afacb53ab40533906882342 /templates
parenta20026d97c84fbbcbd9355191574372ff1ffd600 (diff)
Adjust images in mobile
Diffstat (limited to 'templates')
-rw-r--r--templates/post_macros.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<section class="hero-summary">
- {% 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) %}
<img src="{{ resized_image.url }}" alt="{{post.extra.visual_aid_alt}}" title="{{post.extra.visual_aid_alt}}">
<p>{{ post.summary | safe }}</p>
</section>