mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
upgrade holder to 2.0, update thumbnail examples in docs to fit inside containers
This commit is contained in:
@@ -1759,22 +1759,22 @@ body { padding-bottom: 70px; }
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<a href="#" class="thumbnail">
|
||||
<img data-src="holder.js/260x180" alt="">
|
||||
<img data-src="holder.js/100%x180" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<a href="#" class="thumbnail">
|
||||
<img data-src="holder.js/260x180" alt="">
|
||||
<img data-src="holder.js/100%x180" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<a href="#" class="thumbnail">
|
||||
<img data-src="holder.js/260x180" alt="">
|
||||
<img data-src="holder.js/100%x180" alt="">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<a href="#" class="thumbnail">
|
||||
<img data-src="holder.js/260x180" alt="">
|
||||
<img data-src="holder.js/100%x180" alt="">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1783,7 +1783,7 @@ body { padding-bottom: 70px; }
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<a href="#" class="thumbnail">
|
||||
<img data-src="holder.js/260x180" alt="">
|
||||
<img data-src="holder.js/100%x180" alt="">
|
||||
</a>
|
||||
</div>
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user