reduced collection images height for main panel in home page
authordurandn
Thu, 08 Dec 2016 14:44:23 +0100
changeset 269 eee14d0130ae
parent 268 3719ca334273
child 270 5b7ab1786de8
reduced collection images height for main panel in home page
src/iconolab/templates/iconolab/home.html
--- a/src/iconolab/templates/iconolab/home.html	Tue Dec 06 17:50:26 2016 +0100
+++ b/src/iconolab/templates/iconolab/home.html	Thu Dec 08 14:44:23 2016 +0100
@@ -14,7 +14,7 @@
           <div class="col-md-1"></div>
       {% endif %}
             <div class="col-md-5">
-              {% thumbnail collection.image "450x350" crop="center" as im %}
+              {% thumbnail collection.image "450x250" crop="center" as im %}
                 <div class="home-main-button-container">
                   <a class="btn btn-default btn-primary btn-lg home-main-button" href="{% url 'collection_home' collection.name %}">{{collection.verbose_name}}</a>
                 </div>