Skip to content

Commit

Permalink
Merge pull request the-urlist#54 from the-urlist/optimize-banner
Browse files Browse the repository at this point in the history
Converted banner to SVG and set to lazy load to optimize home page load
  • Loading branch information
jongalloway authored Feb 15, 2024
2 parents 8279336 + a35d6e6 commit d7da601
Show file tree
Hide file tree
Showing 2 changed files with 731 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
</div>
<div class="column is-half is-hidden-mobile">
<img src="/images/banner-logo-large.png" class="banner-image" width="500" height="500" />
<img loading="lazy" src="/images/banner-logo-large.svg" class="banner-image" alt="banner" width="500" height="500" />
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit d7da601

Please sign in to comment.