Skip to content

Commit

Permalink
Remove holder.js references from syntax-highlighted example HTML
Browse files Browse the repository at this point in the history
Our use of Holder.js in the docs is a mere implementation detail.
Don't want to confuse people into thinking Holder.js
is somehow required by the Thumbnail component.

[skip sauce]
  • Loading branch information
cvrebert committed Dec 22, 2014
1 parent bb9118f commit 3406a5c
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 3406a5c

Please sign in to comment.