image aspect
This commit is contained in:
parent
331da0798e
commit
f55a785b90
|
@ -110,7 +110,7 @@
|
|||
{% load thumbnail %}
|
||||
{% for i in imagegallery %}
|
||||
{% thumbnail i.file "600x500" crop="center" as big %}
|
||||
{% thumbnail i.file "100x100" crop="center" as thumb %}
|
||||
{% thumbnail i.file "164x114" crop="center" as thumb %}
|
||||
<img title="" src="{{ thumb.url }}" class="thumbsDetails" data-bigimage="{{ big.url }}" />
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue
Block a user