2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Update Holder.js to v2.8.2.

[ci skip]
This commit is contained in:
XhmikosR
2015-08-28 00:26:00 +03:00
parent cab79b13ca
commit 1ba807f15d
5 changed files with 33 additions and 32 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Opt your images into responsive behavior (so they never become larger than their
Images in Bootstrap are made responsive with `.img-fluid`. `max-width: 100%;` and `height: auto;` are applied to the image so that it scales with the parent element.
<div class="bd-example">
<img data-src="holder.js/100%x250" class="img-fluid" alt="Generic responsive image">
<img data-src="holder.js/100px250" class="img-fluid" alt="Generic responsive image">
</div>
{% highlight html %}