mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
Remove loading=lazy from navbar snippets
This commit is contained in:
parent
1b4bb95033
commit
d9318796fe
1 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
|
|||
<nav class="navbar navbar-light bg-light">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="#">
|
||||
<img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" loading="lazy">
|
||||
<img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24">
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
@ -115,7 +115,7 @@ Adding images to the `.navbar-brand` will likely always require custom styles or
|
|||
<nav class="navbar navbar-light bg-light">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="#">
|
||||
<img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" class="d-inline-block align-top" loading="lazy">
|
||||
<img src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="30" height="24" class="d-inline-block align-top">
|
||||
Bootstrap
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue