From 587b59b2738ceb853a997c2ece90c5a71589a154 Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 6 Oct 2011 16:51:22 +0530 Subject: [PATCH] image sizes --- itf/templates/modules/bestpractices/bestpractice.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/itf/templates/modules/bestpractices/bestpractice.html b/itf/templates/modules/bestpractices/bestpractice.html index 9463c14..db6d4b5 100644 --- a/itf/templates/modules/bestpractices/bestpractice.html +++ b/itf/templates/modules/bestpractices/bestpractice.html @@ -3,7 +3,7 @@ {% for s in stories %} Story: {{ s.text }} {% if s.image %} - {% thumbnail s.image "100x100" crop="center" as im %} + {% thumbnail s.image "164x114" crop="center" as im %} {% endthumbnail %} {% endif %} @@ -11,7 +11,7 @@ {% endfor %} Law: {{ law }} {% if law_image %} - {% thumbnail law_image "100x100" crop="center" as im %} + {% thumbnail law_image "164x114" crop="center" as im %} {% endthumbnail %} {% endif %} @@ -21,7 +21,7 @@
{% for img in images %} - {% thumbnail img.image "100x100" crop="center" as im %} + {% thumbnail img.image "164x114" crop="center" as im %} {% endthumbnail %} {% endfor %}