docs: fix gifs

This commit is contained in:
Dylan Vann
2021-09-17 13:47:55 +07:00
parent 37408cde51
commit b07eafefa2
+10 -2
View File
@@ -19,10 +19,18 @@ Performant React Native image component.
<p align="center" >
<kbd>
<img src="https://github.com/DylanVann/react-native-fast-image/raw/master/docs/assets/scroll.gif" title="Scroll Demo" float="left">
<img
src="https://github.com/DylanVann/react-native-fast-image/blob/main/docs/assets/scroll.gif?raw=true"
title="Scroll Demo"
float="left"
>
</kbd>
<kbd>
<img src="https://github.com/DylanVann/react-native-fast-image/raw/master/docs/assets/priority.gif" title="Priority Demo" float="left">
<img
src="https://github.com/DylanVann/react-native-fast-image/blob/main/docs/assets/priority.gif?raw=true"
title="Priority Demo"
float="left"
>
</kbd>
<br>
<em>FastImage example app.</em>