Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-07-08 12:33:10 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-09-10 11:56:02 +0300
commit001b4f0d6b7dbf9c530177f629352ac7d1771c61 (patch)
treef71465560246e161099dc0ac034fa53b6fffdf80 /site/content/docs/5.0/about
parent23803d3de75e70aa5530557f276f316ab641f14f (diff)
Remove `loading=lazy` from the image in viewport
Diffstat (limited to 'site/content/docs/5.0/about')
-rw-r--r--site/content/docs/5.0/about/brand.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/about/brand.md b/site/content/docs/5.0/about/brand.md
index 636d37a898..3825595f5e 100644
--- a/site/content/docs/5.0/about/brand.md
+++ b/site/content/docs/5.0/about/brand.md
@@ -13,7 +13,7 @@ Have a need for Bootstrap's brand resources? Great! We have only a few guideline
When referencing Bootstrap, use our logo mark. Do not modify our logos in any way. Do not use Bootstrap's branding for your own open or closed source projects. **Do not use the Twitter name or logo** in association with Bootstrap.
<div class="bd-brand-item px-2 py-5 mb-3 bg-light rounded-lg">
- <img class="d-block mx-auto" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="Bootstrap" width="512" height="408" loading="lazy">
+ <img class="d-block mx-auto" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="Bootstrap" width="512" height="408">
</div>
Our logo mark is also available in black and white. All rules for our primary logo apply to these as well.