Skip to content

Commit 6b61f68

Browse files
committed
load image eagerly
1 parent 18cfcbc commit 6b61f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/component/hero/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container is-max-widescreen py-6">
33
<div class="is-flex is-flex-direction-column is-align-items-center block mt-6">
44
<div class="box is-centered ">
5-
<img src="image/nav/logo.png" alt="AppOutlet Logo" class="image is-centered" width="100">
5+
<img src="image/nav/logo.png" alt="AppOutlet Logo" class="image is-centered" width="100" height="113" loading="eager">
66
</div>
77
</div>
88

0 commit comments

Comments
 (0)