thumbnail
This commit is contained in:
parent
577aa9eff3
commit
e99df99e70
|
@ -20,7 +20,7 @@
|
|||
<div id="image">
|
||||
{% load thumbnail %}
|
||||
{% for f in front_images %}
|
||||
{% comment %} {% thumbnail f.image "468x282" crop="center" as im %} {% endcomment %}
|
||||
{% thumbnail f.image "468x282" crop="center" as im %}
|
||||
<img src="{{ im.url }}" width="468" height="282" alt="" title="{{ f.caption }}" data-link="{{ f.link }}" class="banner">
|
||||
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user