diff options
| author | Mark Otto <[email protected]> | 2015-08-04 20:31:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-04 20:31:09 -0700 |
| commit | 079c35f6134e0af2d0e00fe45f0fcc8ccc0cb884 (patch) | |
| tree | b9e34dcb5f81497517ff1e1c54f4d51dbb7d2c27 /docs/examples | |
| parent | 39d9bc9ceaace1dcceadd1302aee25f468f5aa35 (diff) | |
| download | bootstrap-079c35f6134e0af2d0e00fe45f0fcc8ccc0cb884.tar.xz bootstrap-079c35f6134e0af2d0e00fe45f0fcc8ccc0cb884.zip | |
replace holder.js references in dashboard example with placeholder gif. fixes #16699
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/dashboard/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 513d28f4d..e6c10d6a4 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -82,22 +82,22 @@ <div class="row placeholders"> <div class="col-xs-6 col-sm-3 placeholder"> - <img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="Generic placeholder thumbnail"> + <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> <div class="col-xs-6 col-sm-3 placeholder"> - <img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="Generic placeholder thumbnail"> + <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> <div class="col-xs-6 col-sm-3 placeholder"> - <img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="Generic placeholder thumbnail"> + <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> <div class="col-xs-6 col-sm-3 placeholder"> - <img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="Generic placeholder thumbnail"> + <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> |
