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 %}