Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% load thumbnail %}
- {% thumbnail image.image_file "300" as im %}
- <p>
- <a href="{{ image.image_file.url }}">
- <img src = "{{ im.url }}" class="image_detail">
- </a>
- </p>
- {% endthumbnail %}
Advertisement
Add Comment
Please, Sign In to add comment