Skip to content

Commit

Permalink
Merge pull request #15426 from twbs/hide-holder
Browse files Browse the repository at this point in the history
Remove holder.js references from syntax-highlighted example HTML
  • Loading branch information
mdo committed Dec 23, 2014
2 parents b61e4dd + 3406a5c commit fa08c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/components/thumbnails.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3 id="thumbnails-default">Default example</h3>
<div class="row">
<div class="col-xs-6 col-md-3">
<a href="#" class="thumbnail">
<img data-src="holder.js/100%x180" alt="...">
<img src="..." alt="...">
</a>
</div>
...
Expand Down Expand Up @@ -80,7 +80,7 @@ <h3>Thumbnail label</h3>
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<img data-src="holder.js/300x300" alt="...">
<img src="..." alt="...">
<div class="caption">
<h3>Thumbnail label</h3>
<p>...</p>
Expand Down

0 comments on commit fa08c93

Please sign in to comment.