From 863a41998161ee5eb92e4fba2afa518e9497ad54 Mon Sep 17 00:00:00 2001 From: Edd Baldry Date: Thu, 30 Mar 2017 12:41:14 +0100 Subject: [PATCH] Use cropped fill rather than relative width for homepage images. Closes #128 --- bakerydemo/templates/base/home_page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bakerydemo/templates/base/home_page.html b/bakerydemo/templates/base/home_page.html index 2fcf12f..08eb465 100644 --- a/bakerydemo/templates/base/home_page.html +++ b/bakerydemo/templates/base/home_page.html @@ -80,7 +80,7 @@
  • - {% image childpage.image height-210 %} + {% image childpage.image fill-430x210-c100 %}
    @@ -105,7 +105,7 @@
  • - {% image childpage.image width-380 %} + {% image childpage.image fill-430x254-c100 %}

    {{childpage.title}}