Vue ^3.0.0 npm install vue-progressive-image vue-progressive-image documentation Please drop an issue, if you find something that doesn't work, or a feature request athttps://github.com/MatteoGabriele/vue-progressive-image/issues Follow me on Bluesky atmatteogabriele.bsky.socialfor updates...
import VueProgressiveImage from 'vue-progressive-image' Vue.use(VueProgressiveImage)<progressive-img src="https://unsplash.it/1920/1080?image=0" placeholder="https://unsplash.it/48/27?image=0" <!-- adjust the level of blur --> blur="30" />...
A progressive-image module for Vanilla JavaScript and Vue 1.0+ & 2.0+ - ccforward/progressive-image
vue-image-loader Vue progressive image loading plugin. View Documentation Installation $ npm install @kevindesousa/vue-image-loader Bash Usage importVuefrom'vue'importVueImageLoaderfrom'@kevindesousa/vue-image-loader'Vue.use(VueImageLoader) Js Progressive loader image Instead of using the normalimgta...
Vue progressive image loading plugin Article here : https://www.kevindesousa.me/vue-image-loader/ Installation $ npm install @kevindesousa/vue-image-loader Usage import Vue from 'vue' import VueImageLoader from '@kevindesousa/vue-image-loader' Vue.use(VueImageLoader) Progressive loader image ...
Just another progressive image component for Vue. Screenshots Why This is made for the uses case of having 15+ very large images on the page with users transitioning on and off the page frequently. This solves the use case of very expensive images being downloaded after they are no longer ne...