File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
templates/catalog/_partials Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1111 <div class =" subcategory__wrapper col-6 col-lg-4 col-xl-3" >
1212 <a class =" subcategory" href =" { $subcategory .url} " title =" { $subcategory .name|escape :' html' :' UTF-8' } " >
1313 <div class =" subcategory__image" >
14- { if ! empty($subcategory .image .small.url)}
14+ { if ! empty($subcategory .thumbnail .small.url)}
1515 <img
1616 class =" img-fluid"
17- src =" { $subcategory .image.small.url} "
18- width =" { $subcategory .image.small.width} "
19- height =" { $subcategory .image.small.height} "
17+ src =" { $subcategory .thumbnail.small.url} "
18+ width =" { $subcategory .thumbnail.small.width} "
19+ height =" { $subcategory .thumbnail.small.height} "
20+ alt =" { $subcategory .name|escape :' html' :' UTF-8' } "
21+ loading =" lazy"
22+ >
23+ { else }
24+ <img
25+ class =" img-fluid"
26+ src =" { $urls .no_picture_image.small.url} "
27+ width =" { $urls .no_picture_image.small.width} "
28+ height =" { $urls .no_picture_image.small.height} "
2029 alt =" { $subcategory .name|escape :' html' :' UTF-8' } "
2130 loading =" lazy"
2231 >
You can’t perform that action at this time.
0 commit comments