diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-27 16:29:00 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-27 16:29:01 +0100 |
| commit | d3345d8909f65e051d144b32a59507ee2a4cbb0c (patch) | |
| tree | fa1369839e207d947afacb53ab40533906882342 /templates | |
| parent | a20026d97c84fbbcbd9355191574372ff1ffd600 (diff) | |
Adjust images in mobile
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/post_macros.html | 2 |
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> |