Commit 0e5813bf authored by m5o's avatar m5o Committed by XhmikosR
Browse files

update holder.js image dimensions for sizing example

* update holder.js image dimensions for sizing example
  * use `100%` instead of `100%`
  * :pencil: https://github.com/imsky/holder#fluid-placeholders
parent 74393bff
Showing with 1 addition and 1 deletion
+1 -1
...@@ -31,7 +31,7 @@ Width and height utilities are generated from the `$sizes` Sass map in `_variabl ...@@ -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. You can also use `max-width: 100%;` and `max-height: 100%;` utilities as needed.
{% capture example %} {% 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 %} {% endcapture %}
{% include example.html content=example %} {% include example.html content=example %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment