Thumbnailing.
[zzz-floof.git] / floof / templates / art / show.mako
index 05d1e42..a38806d 100644 (file)
@@ -45,7 +45,6 @@ By: ${h.text('username')}
 ${h.submit('add','Add')}
 ${h.end_form()}
 
-
-<img class="full" src="${c.art.get_path()}">
+<img class="full" src="${h.storage_url('art/medium', c.art.hash)}">
 
 ${comments.comment_block(c.art.discussion.comments)}