Feature/add retry button for failed image requests (#550)
* Improve img loading placeholder Prevent showing a loading placeholder in case the image is already cached. * Add failed img load retry button
This commit is contained in:
@@ -82,9 +82,7 @@ export const Page = forwardRef((props: IProps, ref: any) => {
|
||||
...imgStyle,
|
||||
height: '100vh',
|
||||
width: '70vw',
|
||||
padding: '50px calc(50% - 20px)',
|
||||
backgroundColor: '#525252',
|
||||
marginBottom: 10,
|
||||
}}
|
||||
imgStyle={imgStyle}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user