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'''