wcs: increase width of category images (#28918)

This commit is contained in:
Frédéric Péters 2018-12-11 20:13:32 +01:00
parent 667044c6fa
commit 3eee217291
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{% get_asset "wcs:category:picture:"|add:cell.category_reference as asset %}
{% if asset %}
<picture>
<img src="{% asset_url asset size="440x240" crop="center" %}" alt="">
<img src="{% asset_url asset size="660x360" crop="center" %}" alt="">
</picture>
{% endif %}
{% if description %}