Skip to content

Commit a2fb377

Browse files
authored
Update README.md
1 parent 6f77337 commit a2fb377

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ import { Facebook } from 'react-content-loader'
180180
const MyFacebookLoader = () => <Facebook />
181181
```
182182

183-
![Facebook Style](https://user-images.githubusercontent.com/4838076/34308760-ec55df82-e735-11e7-843b-2e311fa7b7d0.gif)
183+
<img alt="Facebook Style" src="https://user-images.githubusercontent.com/4838076/73212460-328f7500-4146-11ea-99e7-e19cd4e07a51.png" width="500px" />
184184

185185
##### Instagram Style
186186

@@ -190,7 +190,7 @@ import { Instagram } from 'react-content-loader'
190190
const MyInstagramLoader = () => <Instagram />
191191
```
192192

193-
![Instagram Style](https://cloud.githubusercontent.com/assets/4838076/22555637/749f9e26-e94b-11e6-84ff-83cd415c1eb9.gif)
193+
<img alt="Instagram Style" src="https://user-images.githubusercontent.com/4838076/73212462-328f7500-4146-11ea-98dc-3a6aeafd4a26.png" width="500px" />
194194

195195
##### Code Style
196196

@@ -200,7 +200,7 @@ import { Code } from 'react-content-loader'
200200
const MyCodeLoader = () => <Code />
201201
```
202202

203-
![Code Style](https://cloud.githubusercontent.com/assets/4838076/22555473/effa54c2-e94a-11e6-9128-9b608bcc69d9.gif)
203+
<img alt="Code Style" src="https://user-images.githubusercontent.com/4838076/73212459-328f7500-4146-11ea-89b0-1b7bbae8047b.png" width="500px" />
204204

205205
##### List Style
206206

@@ -210,7 +210,7 @@ import { List } from 'react-content-loader'
210210
const MyListLoader = () => <List />
211211
```
212212

213-
![List Style](https://user-images.githubusercontent.com/4838076/36352948-b8931430-149e-11e8-9f4b-3f00bc444a6d.gif)
213+
<img alt="List Style" src="https://user-images.githubusercontent.com/4838076/73212463-33280b80-4146-11ea-9f93-95c2cbdef17b.png" width="500px" />
214214

215215
##### Bullet list Style
216216

@@ -220,7 +220,7 @@ import { BulletList } from 'react-content-loader'
220220
const MyBulletListLoader = () => <BulletList />
221221
```
222222

223-
![Bullet list Style](https://user-images.githubusercontent.com/4838076/31998372-59817bac-b96e-11e7-8ef8-07f61670ee18.gif)
223+
<img alt="Bullet list Style" src="https://user-images.githubusercontent.com/4838076/73212458-328f7500-4146-11ea-826f-576059c4644e.png" width="500px" />
224224

225225
### Custom Style
226226

0 commit comments

Comments
 (0)