Skip to content

Commit b07eafe

Browse files
committed
docs: fix gifs
1 parent 37408cd commit b07eafe

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@ Performant React Native image component.
1919

2020
<p align="center" >
2121
<kbd>
22-
<img src="https://github.com/DylanVann/react-native-fast-image/raw/master/docs/assets/scroll.gif" title="Scroll Demo" float="left">
22+
<img
23+
src="https://github.com/DylanVann/react-native-fast-image/blob/main/docs/assets/scroll.gif?raw=true"
24+
title="Scroll Demo"
25+
float="left"
26+
>
2327
</kbd>
2428
<kbd>
25-
<img src="https://github.com/DylanVann/react-native-fast-image/raw/master/docs/assets/priority.gif" title="Priority Demo" float="left">
29+
<img
30+
src="https://github.com/DylanVann/react-native-fast-image/blob/main/docs/assets/priority.gif?raw=true"
31+
title="Priority Demo"
32+
float="left"
33+
>
2634
</kbd>
2735
<br>
2836
<em>FastImage example app.</em>

0 commit comments

Comments
 (0)