From 0ea0cd96dbe536b09cb3549de47766a756f04008 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 13 May 2025 22:54:21 +0200 Subject: [PATCH] Update. --- src/snek/system/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snek/system/template.py b/src/snek/system/template.py index 7026e6d..8bd1ca3 100644 --- a/src/snek/system/template.py +++ b/src/snek/system/template.py @@ -131,7 +131,7 @@ def enrich_image_rendering(text): soup = BeautifulSoup(text, "html.parser") for element in soup.find_all("img"): if element.attrs["src"].startswith("/" ): - element.attrs["src"] += "?width=240" + element.attrs["src"] += "?width=240&height=240" picture_template = f'''