Hacker News new | ask | show | jobs
Show HN: Plaiceholder, transform images into pure CSS blurred placeholders (plaiceholder.co)
24 points by joe-bell 2032 days ago
3 comments

These must be bigger than the originals in some huge percentage of cases...
yeah that current implementation is wildly poor. i imagine if they really wanted to, they could come up with an optimization and quality threshold that should alleviate this concern.
Hey, creator here! Could you expand on what you think is "wildly poor" about this implementation? Would appreciate any feedback on where to improve
I don't understand what it's for.
to show placeholders for an image when the internet is too slow to load the image itself fast enough. the implementation they use is extremely inefficient though so it's not much of a win unless the images they're downloading is very large. in most cases, depending on how they load their css, it will actually increase the amount of time it takes to load the images.
"the implementation they use is extremely inefficient" in what manner?
What about browser compatibility?
linear-gradients are supported by the vast majority of modern browsers

See https://caniuse.com/?search=linear-gradient