Skip to content

Commit

Permalink
docs: fix gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Sep 17, 2021
1 parent 37408cd commit b07eafe
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b07eafe

Please sign in to comment.