-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progressive Image Loading with React Hooks | Ben Honeywill #7
Comments
Very useful. I just have added a clipPath to inset(0) which solves the problem of bleeding image pixels dues to CSS blur. |
Nice tip @gabrielmlinassi! |
Thank you very useful solution however how can i you in list? |
Hi @onurykaya, sorry I'm not sure what you mean. |
When i use map what i will do :) |
Thank you, works fine! |
How are you creating your blurry low size images? |
@ayush-lal I just downsized the images to one-tenth of the original using "Scale Image" in Gimp. |
Progressive Image Loading with React Hooks | Ben Honeywill
Improve the perceived load times of your large images.
https://benhoneywill.com/progressive-image-loading-with-react-hooks/
The text was updated successfully, but these errors were encountered: