diff options
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 %} |
