diff options
| author | Chris Rebert <[email protected]> | 2014-12-22 14:52:04 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-22 14:55:41 -0800 |
| commit | 3406a5c97a28810844e8553cc9d3bdef7712115f (patch) | |
| tree | 402b35f320edec268054805e1779b1ae9398b31a /docs/_includes/components/thumbnails.html | |
| parent | bb9118f03a00b33f9859319d1237cdf13ae3ee4d (diff) | |
| download | bootstrap-3406a5c97a28810844e8553cc9d3bdef7712115f.tar.xz bootstrap-3406a5c97a28810844e8553cc9d3bdef7712115f.zip | |
Remove holder.js references from syntax-highlighted example HTML
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]
Diffstat (limited to 'docs/_includes/components/thumbnails.html')
| -rw-r--r-- | docs/_includes/components/thumbnails.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/components/thumbnails.html b/docs/_includes/components/thumbnails.html index b41fef72e..766d79f36 100644 --- a/docs/_includes/components/thumbnails.html +++ b/docs/_includes/components/thumbnails.html @@ -33,7 +33,7 @@ <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> ... @@ -80,7 +80,7 @@ <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> |
