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