From 3f9f5d1b1914686c40fc5ae791645d1f1f4a43ed Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 17 Jun 2023 12:05:38 +0200 Subject: [PATCH] Change dimensions of embed image --- templates/plant.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/plant.html b/templates/plant.html index f1b5510..0bdb43f 100644 --- a/templates/plant.html +++ b/templates/plant.html @@ -6,7 +6,7 @@ {{ page.title }} - Plant Wiki - {% set image = resize_image(path=data.image.url, width=512, height=255) %} + {% set image = resize_image(path=data.image.url, width=255, height=255) %} {% endblock meta %}