]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update holder.js image dimensions for sizing example
authorm5o <m5o@gmx.com>
Fri, 12 Oct 2018 08:36:24 +0000 (10:36 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 12 Oct 2018 21:10:05 +0000 (00:10 +0300)
* update holder.js image dimensions for sizing example
  * use `100%` instead of `100%`
  * :memo: https://github.com/imsky/holder#fluid-placeholders

site/docs/4.1/utilities/sizing.md

index e7e578a643c608596b5e274fbc37514932e46f54..4f75ddf9a2b9425e02a45bdad6e64384ca3e1b07 100644 (file)
@@ -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 %}