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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user