We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c2490c + 5f313f0 commit 00320b5Copy full SHA for 00320b5
templates/catalog/_partials/category-header.tpl
@@ -13,7 +13,7 @@
13
<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}"
16
- loading="lazy"
+ fetchpriority="high"
17
class="img-fluid"
18
width="{$category.image.large.width}"
19
height="{$category.image.large.height}">
0 commit comments