From: m5o Date: Fri, 12 Oct 2018 08:36:24 +0000 (+0200) Subject: update holder.js image dimensions for sizing example X-Git-Tag: v4.2.0~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e5813bfd455113c1d895ee1ba2e73acaaf1ecf5;p=thirdparty%2Fbootstrap.git 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 --- diff --git a/site/docs/4.1/utilities/sizing.md b/site/docs/4.1/utilities/sizing.md index e7e578a643..4f75ddf9a2 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 %} -Max-width 100% +Max-width 100% {% endcapture %} {% include example.html content=example %}