diff options
| author | XhmikosR <[email protected]> | 2020-07-08 12:55:12 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-09-10 11:56:02 +0300 |
| commit | d9318796fe3efd00fb78a985c55b399ed0fb0117 (patch) | |
| tree | a3991042cc928c03eef07df0c4527d5dba8494f8 | |
| parent | 1b4bb95033c91759b2ba8f0266a36619e1a6ca08 (diff) | |
| download | bootstrap-d9318796fe3efd00fb78a985c55b399ed0fb0117.tar.xz bootstrap-d9318796fe3efd00fb78a985c55b399ed0fb0117.zip | |
Remove `loading=lazy` from navbar snippets
| -rw-r--r-- | site/content/docs/5.0/components/navbar.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.0/components/navbar.md b/site/content/docs/5.0/components/navbar.md index e898ba677..b6c44dbbf 100644 --- a/site/content/docs/5.0/components/navbar.md +++ b/site/content/docs/5.0/components/navbar.md @@ -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> |
