Change img thumb size.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Mon, 3 Feb 2014 10:05:15 +0000 (11:05 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Mon, 3 Feb 2014 10:05:15 +0000 (11:05 +0100)
apps/cover/templates/cover/image_detail.html

index 57bd0b4..ee6a762 100755 (executable)
@@ -8,8 +8,8 @@
 
 <div style="float: right; margin-bottom:1em;">
 
-<a href="{{ object.file.url }}"><img style="width:400px"
-        src="{% thumbnail object.file "400x400" as thumb %}
+<a href="{{ object.file.url }}"><img
+        src="{% thumbnail object.file "565x833" as thumb %}
                 {{ thumb.url }}
              {% empty %}
                 {{ object.file.url }}