dgp1130 / blog

Source repository for my personal blog.
https://blog.dwac.dev
3 stars 2 forks source link

Generate blurry image placeholders #28

Open dgp1130 opened 2 years ago

dgp1130 commented 2 years ago

A trick I've seen to improve perceived loading performance for large images is to load a very low resolution image which is heavily blurred and then lazily load the real image in the background. This would be a great improvement for users, I need to figure out the best way of scaling this from the build perspective.