Skip to content

Commit 9a3fd38

Browse files
committedDec 13, 2024
feat(site): for mobile we want to defer loading this image
It's not above the fold on mobile devices
1 parent bfb7f9c commit 9a3fd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎themes/aurelia-theme/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<section class="home-screen">
44
<div class="hero">
55
<div class="left">
6-
<img class="logo-icon" src="{{ "aurelia-icon.svg" | relURL }}" alt="Aurelia" width="150" height="150" fetchpriority="high" />
6+
<img class="logo-icon" src="{{ "aurelia-icon.svg" | relURL }}" alt="Aurelia" width="150" height="150" fetchpriority="high" loading="lazy" />
77
</div>
88

99
<div class="right">

0 commit comments

Comments
 (0)