Skip to content

Commit 079c35f

Browse files
committed
replace holder.js references in dashboard example with placeholder gif. fixes twbs#16699
1 parent 39d9bc9 commit 079c35f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/examples/dashboard/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,22 @@ <h1 class="page-header">Dashboard</h1>
8282

8383
<div class="row placeholders">
8484
<div class="col-xs-6 col-sm-3 placeholder">
85-
<img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="Generic placeholder thumbnail">
85+
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail">
8686
<h4>Label</h4>
8787
<span class="text-muted">Something else</span>
8888
</div>
8989
<div class="col-xs-6 col-sm-3 placeholder">
90-
<img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="Generic placeholder thumbnail">
90+
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail">
9191
<h4>Label</h4>
9292
<span class="text-muted">Something else</span>
9393
</div>
9494
<div class="col-xs-6 col-sm-3 placeholder">
95-
<img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="Generic placeholder thumbnail">
95+
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail">
9696
<h4>Label</h4>
9797
<span class="text-muted">Something else</span>
9898
</div>
9999
<div class="col-xs-6 col-sm-3 placeholder">
100-
<img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="Generic placeholder thumbnail">
100+
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail">
101101
<h4>Label</h4>
102102
<span class="text-muted">Something else</span>
103103
</div>

0 commit comments

Comments
 (0)