]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove `loading=lazy` from navbar snippets
authorXhmikosR <xhmikosr@gmail.com>
Wed, 8 Jul 2020 09:55:12 +0000 (12:55 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 10 Sep 2020 08:56:02 +0000 (11:56 +0300)
site/content/docs/5.0/components/navbar.md

index e898ba67786df14f3103726cdc544db11f4100ac..b6c44dbbf5e5a0047626fa6fe61216ca26ded12b 100644 (file)
@@ -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>