Closed fluffy-critter closed 3 years ago
As a quick, helpful partial solution it'd be great to add native lazy-loading of images with loading="lazy"
on the img tag.
Ah, yeah, that'd probably be helpful too. I keep forgetting that's a thing now.
Yeah, it works great and is supported on all browsers now (except Safari, which I expect will follow soon since it's technically implemented but behind the experimental webkit features menu).
Yeah and your comment inspired me to finally add that on Publ as well, since it's easy enough :)
Fixed in #20
Context: https://www.zachleat.com/web/facepile/
Relatedly, should add some mechanism for configuring a caching resize proxy (although that's hard to do securely in a client-side JS library in a way that avoids abuse, and the server-side component should probably lean on the webmention.io avatar cache)