aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm5o <[email protected]>2018-10-12 10:36:24 +0200
committerXhmikosR <[email protected]>2018-10-13 00:10:05 +0300
commit0e5813bfd455113c1d895ee1ba2e73acaaf1ecf5 (patch)
treeeaf2108b661d113e26551b16476dbf376f21366e
parent74393bffc9f2206d12d6b71e9d135750dc1418f3 (diff)
downloadbootstrap-0e5813bfd455113c1d895ee1ba2e73acaaf1ecf5.tar.xz
bootstrap-0e5813bfd455113c1d895ee1ba2e73acaaf1ecf5.zip
update holder.js image dimensions for sizing example
* update holder.js image dimensions for sizing example * use `100%` instead of `100%` * :memo: https://github.com/imsky/holder#fluid-placeholders
-rw-r--r--site/docs/4.1/utilities/sizing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/utilities/sizing.md b/site/docs/4.1/utilities/sizing.md
index e7e578a64..4f75ddf9a 100644
--- a/site/docs/4.1/utilities/sizing.md
+++ b/site/docs/4.1/utilities/sizing.md
@@ -31,7 +31,7 @@ Width and height utilities are generated from the `$sizes` Sass map in `_variabl
You can also use `max-width: 100%;` and `max-height: 100%;` utilities as needed.
{% capture example %}
-<img class="mw-100" data-src="holder.js/1000px100?text=Max-width%20%3D%20100%25" alt="Max-width 100%">
+<img class="mw-100" data-src="holder.js/100px100?text=Max-width%20%3D%20100%25" alt="Max-width 100%">
{% endcapture %}
{% include example.html content=example %}