Skip to content

Commit 00320b5

Browse files
authored
Merge pull request #587 from buggyzap/patch-1
Changed lazyloading with highest fetchpriority in category header
2 parents 5c2490c + 5f313f0 commit 00320b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/catalog/_partials/category-header.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="category-cover mb-4">
1414
<img src="{$category.image.large.url}"
1515
alt="{if !empty($category.image.legend)}{$category.image.legend}{else}{$category.name}{/if}"
16-
loading="lazy"
16+
fetchpriority="high"
1717
class="img-fluid"
1818
width="{$category.image.large.width}"
1919
height="{$category.image.large.height}">

0 commit comments

Comments
 (0)