diff options
| author | XhmikosR <[email protected]> | 2015-08-28 00:26:00 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-09-05 07:51:14 +0300 |
| commit | 1ba807f15dc18e4762fa0d03df0ec746a69283be (patch) | |
| tree | a9fbc4e38bcb09290aaec50a7c3d6b666f95c776 /docs/content | |
| parent | cab79b13ca11ddbeafcacf0d7ac9ea989c039ec6 (diff) | |
| download | bootstrap-1ba807f15dc18e4762fa0d03df0ec746a69283be.tar.xz bootstrap-1ba807f15dc18e4762fa0d03df0ec746a69283be.zip | |
Update Holder.js to v2.8.2.
[ci skip]
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/images.md b/docs/content/images.md index 6513bd18d..1f9abc982 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -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 %} |
