aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-08-28 00:26:00 +0300
committerXhmikosR <[email protected]>2015-09-05 07:51:14 +0300
commit1ba807f15dc18e4762fa0d03df0ec746a69283be (patch)
treea9fbc4e38bcb09290aaec50a7c3d6b666f95c776 /docs/content
parentcab79b13ca11ddbeafcacf0d7ac9ea989c039ec6 (diff)
downloadbootstrap-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.md2
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 %}