vue-image-loader is an image-loading plugin like Medium.com.
vue js lazy loading images, vue 3 lazy load image, v img lazy src, vue image onload
How to make use of it:
Installation:
$ npm install @kevindesousa/vue-image-loader
import Vue from 'vue' import VueImageLoader from '@kevindesousa/vue-image-loader' Vue.use(VueImageLoader)
1. Instead of using the normal img tag to load images:
<img src="https://images.pexels.com/photos/33109/fall-autumn-red-season.jpg?fit=crop&crop=entropy&w=3456&h=2304" />
2. Use the globally available image uploader plugin already after installing the plugin:
<image-loader src="https://images.pexels.com/photos/33109/fall-autumn-red-season.jpg?fit=crop&crop=entropy&w=3456&h=2304" width="864px" height="476px" />
progressive image loading vue, vue-image-loader Plugin/Github
See Demo And Download
Official Website(kevindesousa): Click Here
This superior jQuery/javascript plugin is developed by kevindesousa. For extra advanced usage, please go to the official website.