vue-image-loader
Vue progressive image loading plugin.
Installation
Usage
Progressive loader image
Instead of using the normal img
tag to load images
use the image-loader
component already globally available after the plugin installation
Placeholders
To be able to immediately show some feedback to the user, it is possible to pass a placeholder image, which could be also 1% the size of the main image: it will be blurred so you can go crazy with optimizations here.
in this example I actually use the same image, but you have the idea here