Projet

Général

Profil

0001-wcs-increase-width-of-category-images-28918.patch

Frédéric Péters, 11 décembre 2018 20:14

Télécharger (994 octets)

Voir les différences:

Subject: [PATCH] wcs: increase width of category images (#28918)

 combo/apps/wcs/templates/combo/wcs/forms_of_category.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
combo/apps/wcs/templates/combo/wcs/forms_of_category.html
6 6
{% get_asset "wcs:category:picture:"|add:cell.category_reference as asset %}
7 7
{% if asset %}
8 8
  <picture>
9
  <img src="{% asset_url asset size="440x240" crop="center" %}" alt="">
9
  <img src="{% asset_url asset size="660x360" crop="center" %}" alt="">
10 10
  </picture>
11 11
{% endif %}
12 12
{% if description %}
13
-