File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
templates/catalog/_partials Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 { if $category .description}
1010 <div id =" category-description" class =" rich-text mb-4" >{ $category .description nofilter} </div >
1111 { /if }
12- { if ! empty($category .image .large.url)}
12+ { if ! empty($category .cover .large.url)}
1313 <div class =" category-cover mb-4" >
14- <img src =" { $category .image .large.url} "
15- alt =" { if ! empty($category .image .legend)} { $category .image .legend} { else } { $category .name} { /if } "
14+ <img src =" { $category .cover .large.url} "
15+ alt =" { if ! empty($category .cover .legend)} { $category .cover .legend} { else } { $category .name} { /if } "
1616 fetchpriority =" high"
1717 class =" img-fluid"
18- width =" { $category .image .large.width} "
19- height =" { $category .image .large.height} " >
18+ width =" { $category .cover .large.width} "
19+ height =" { $category .cover .large.height} " >
2020 </div >
2121 { /if }
2222 </div >
You can’t perform that action at this time.
0 commit comments