Skip to content

Commit f22c133

Browse files
committed
demo pic changed
1 parent ea92153 commit f22c133

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ It is possible to instantiate several times the plugin [DEMO](https://rawgit.com
113113

114114
<div id="myDIV">
115115

116-
<img class="avatar" src="http://picsum.photos/up/255/200/2">
116+
<img class="avatar" src="http://picsum.photos/id/237/255/200/">
117117
<div class="content">
118118
<h1 class="firstName">
119119
<span>UP</span>
@@ -270,7 +270,7 @@ The important thing to do is to include an attribute "data-scheletrone" on the i
270270

271271
```html
272272
<div class="container2" data-scheletrone="true">
273-
<img class="avatar" src="http://picsum.photos/up/255/200/2">
273+
<img class="avatar" src="http://picsum.photos/id/237/255/200/">
274274
<div class="content">
275275
<h1 class="firstName">
276276
<span>Up</span>
@@ -285,7 +285,7 @@ If you are creating a new page and want to give the skeleton screen effects, you
285285

286286
```html
287287
<div class="container" id="myDIV">
288-
<img class="avatar" src="http://picsum.photos/up/255/200/2">
288+
<img class="avatar" src="http://picsum.photos/id/237/255/200/">
289289
<div class="content">
290290
<h1 class="firstName">
291291
<span>Up</span>

dist/example/index3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1 class="firstName">
2121
</div>
2222
<br />
2323
<div class="container2" data-scheletrone="true">
24-
<img class="avatar" src="http://picsum.photos/up/255/200/2">
24+
<img class="avatar" src="http://picsum.photos/id/237/255/200/">
2525
<div class="content">
2626
<h1 class="firstName">
2727
<span>Up</span>

dist/example/index_total.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="firstName">
3535
</div>
3636
<br />
3737
<div class="container2" data-scheletrone="true">
38-
<img class="avatar" src="http://picsum.photos/up/255/200/2">
38+
<img class="avatar" src="http://picsum.photos/id/237/255/200/">
3939
<div class="content">
4040
<h1 class="firstName">
4141
<span>Up</span>

example/index3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="firstName">
1010
</div>
1111
<br />
1212
<div class="container2">
13-
<img class="avatar" src="http://picsum.photos/nemo/255/200/2">
13+
<img class="avatar" src="http://picsum.photos/id/237/255/200/">
1414
<div class="content">
1515
<h1 class="firstName">
1616
<span>Finding Nemo</span>
@@ -21,7 +21,7 @@ <h1 class="firstName">
2121
</div>
2222
<br />
2323
<div class="container2" data-scheletrone="true">
24-
<img class="avatar" src="http://picsum.photos/up/255/200/2">
24+
<img class="avatar" src="http://picsum.photos/id/237/255/200/">
2525
<div class="content">
2626
<h1 class="firstName">
2727
<span>Up</span>

example/index_total.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="firstName">
3535
</div>
3636
<br />
3737
<div class="container2" data-scheletrone="true">
38-
<img class="avatar" src="http://picsum.photos/up/255/200/2">
38+
<img class="avatar" src="http://picsum.photos/id/237/255/200/">
3939
<div class="content">
4040
<h1 class="firstName">
4141
<span>Up</span>

0 commit comments

Comments
 (0)