diff options
| author | XhmikosR <[email protected]> | 2020-07-08 12:33:10 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-09-10 11:56:02 +0300 |
| commit | 001b4f0d6b7dbf9c530177f629352ac7d1771c61 (patch) | |
| tree | f71465560246e161099dc0ac034fa53b6fffdf80 | |
| parent | 23803d3de75e70aa5530557f276f316ab641f14f (diff) | |
| download | bootstrap-001b4f0d6b7dbf9c530177f629352ac7d1771c61.tar.xz bootstrap-001b4f0d6b7dbf9c530177f629352ac7d1771c61.zip | |
Remove `loading=lazy` from the image in viewport
| -rw-r--r-- | site/content/docs/5.0/about/brand.md | 2 |
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 636d37a89..3825595f5 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. |
