2017-07-11
0.0.1
Grazina
All
All
Components, Widgets
[Overview]
Optimize img resources in your mobile applications by caching in the File Storage, resizing them to your device resolution and using progressive load techniques
[Detail]
Currently aimed at drawing a blurred thumbnail version first (served as a tiny binary) and replacing with an optimized version of the image.
Component is not yet resilient to 404, but you can include images served by both https as well as http URLs, since the backend is caching all image requests.
No DB cleanup is being done at the moment, be careful if you have scenarios with dynamic externally loaded images, like on social feeds.