Lazy Loading is very important nowadays to improve the performance of your website. Performing image optimization helps your website to be faster, ...
For further actions, you may consider blocking this person and/or reporting abuse
I have to say, it's so nice that "lazy" finally is an attribute.
Using the intersect API to judge when to load an image was so hard in the past.
Thanks for sharing "new" knowledge when you discovered it!
edit--
I meant new for you and others, not that it's not good/bad, just new for people
Be careful not to lazy load images above the fold (on initial screen), this will have a negative impact on page loading times.
Thanks for the tip, by the way, how would you avoid loading images above the fold? π€
Don't automate blindly by adding lazy loading to every image. When you are writing your HTML, don't make hero images lazy loading candidates!
If you want you want a smart way to automate it completely, then that is tricky. You only know if something is above the fold when the styles are computed.
I really liked this article, really useful, thanks for sharing.
Hi, the placeholderSrc, placeholder, effect properties didn't seem to work for me. I was trying this article on stackblitz: (Blur might be working but the other two surely arent)
the placeholderSrc property is a string, but it must be a URL of some other image
Tks, congrulations from post!
Good job.
Good
Great article, good job
Great article! ππ»