diff options
| author | XhmikosR <[email protected]> | 2015-09-05 07:53:26 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-09-05 07:53:26 +0300 |
| commit | 07286c98a98687a80ea0ba93a836e4e6f7cd1090 (patch) | |
| tree | a9fbc4e38bcb09290aaec50a7c3d6b666f95c776 /docs/content | |
| parent | cab79b13ca11ddbeafcacf0d7ac9ea989c039ec6 (diff) | |
| parent | 1ba807f15dc18e4762fa0d03df0ec746a69283be (diff) | |
| download | bootstrap-07286c98a98687a80ea0ba93a836e4e6f7cd1090.tar.xz bootstrap-07286c98a98687a80ea0ba93a836e4e6f7cd1090.zip | |
Merge pull request #17373 from twbs/v4-dev-xmr-holderjs
Update Holder.js to v2.8.2.
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 %} |
