Skip to content

Commit

Permalink
hero: remove loading=lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and mdo committed Jan 7, 2021
1 parent 118085e commit 99348d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/partials/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img srcset="/assets/img/icons-hero.png, /assets/img/[email protected] 2x"
src="/assets/img/icons-hero.png"
class="img-fluid my-3 mx-auto"
alt="Bootstrap Icons" width="450" height="340" loading="lazy">
alt="Bootstrap Icons" width="450" height="340">
</div>
<div class="col-lg-7">
<a class="d-block d-sm-inline-block py-1 px-3 mb-4 text-dark text-decoration-none rounded-3 hero-notice" href="{{ .Site.Params.blog }}/2020/12/11/bootstrap-icons-1-2-0/">
Expand Down

0 comments on commit 99348d0

Please sign in to comment.