Commit 3406a5c9 authored by Chris Rebert's avatar Chris Rebert
Browse files

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]
parent bb9118f0
Showing with 2 additions and 2 deletions
+2 -2
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<div class="row"> <div class="row">
<div class="col-xs-6 col-md-3"> <div class="col-xs-6 col-md-3">
<a href="#" class="thumbnail"> <a href="#" class="thumbnail">
<img data-src="holder.js/100%x180" alt="..."> <img src="..." alt="...">
</a> </a>
</div> </div>
... ...
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<div class="row"> <div class="row">
<div class="col-sm-6 col-md-4"> <div class="col-sm-6 col-md-4">
<div class="thumbnail"> <div class="thumbnail">
<img data-src="holder.js/300x300" alt="..."> <img src="..." alt="...">
<div class="caption"> <div class="caption">
<h3>Thumbnail label</h3> <h3>Thumbnail label</h3>
<p>...</p> <p>...</p>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment