arnellebalane / simple-todo

A browser extension that replaces the new tab page with a simple todo list
https://simple-todo.arnelle.dev
MIT License
85 stars 14 forks source link

Load higher quality background image in the background #3

Closed arnellebalane closed 3 years ago

arnellebalane commented 3 years ago

Currently the app shows the blurhash while waiting for the background image to load. The background image returned from the API is the urls.regular image from Unsplash, which has a width of 1080px only. This is not good for higher-resolution displays.

On the other hand, loading the urls.full image from Unsplash will also takes very long, as each image could take up to 3-5MB each.

Proposed Solution