#Anyone

1 messages · Page 1 of 1 (latest)

ocean parcel
#

You could either use a blur while the image is loading or a spinner and if the image gets loaded successfully, you could use onLoadingComplete, whereas if it fails, use onError to set the src to an image that you want to display in case of an error

fast olive
#

but i have something like 60 photos

ocean parcel
#

I imagine you are mapping over them, so it doesn't matter how many you have

fast olive
#

but @ocean parcel

#

what if i use a image for background

#

and i dont want to blur them

ocean parcel
#

Ok, do you mean that you want to load the image before the page loads?