Skip to content

Commit 9966763

Browse files
authored
Lazy load offscreen image (#1543)
1 parent 0d416b9 commit 9966763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.Site/Layout/_Footer.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="max-w-(--max-layout-width) w-full mx-auto">
55
<div class="text-grey-20 text-[12px]">
66
<a href="https://www.elastic.co/">
7-
<img class="block" alt="Elastic logo" src="@Model.Static("logo-elastic-horizontal-white.svg")" width="120" height="41"/>
7+
<img class="block" loading="lazy" alt="Elastic logo" src="@Model.Static("logo-elastic-horizontal-white.svg")" width="120" height="41"/>
88
</a>
99
</div>
1010
<div class="text-grey-20 text-[12px] bg-ink-dark grid grid-cols-1 md:grid-cols-2 gap-2 items-center">

0 commit comments

Comments
 (0)