We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2262c67 commit 5f313f0Copy full SHA for 5f313f0
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