# HG changeset patch # User durandn # Date 1481204663 -3600 # Node ID eee14d0130ae5b6ce25e207497c9adba81a12488 # Parent 3719ca3342733198ab3571a9fe441262be1f4f75 reduced collection images height for main panel in home page diff -r 3719ca334273 -r eee14d0130ae 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 @@
{% endif %}
- {% thumbnail collection.image "450x350" crop="center" as im %} + {% thumbnail collection.image "450x250" crop="center" as im %}
{{collection.verbose_name}}