Serotonin Storm

source>templates>inlines>media_photo.html
1
2
3
4
5
6
7
8
{% load thumbnail %}

<div class="post-img clearfix">
<img src="{% thumbnail object.photo 580x500 crop %}" />
<p>
	{{ object.description }}
</p>
</div>