vue-lazyload icon indicating copy to clipboard operation
vue-lazyload copied to clipboard

v-lazy on image load twice!

Open naimlatifi5 opened this issue 2 years ago • 2 comments

I just noticed that when I use v-lazy on images and when I check network img tab it loads twice. I tried to turn off option "disable cache" as someone mentioned but for me is till the same unfortunately. But if I use 'lazy-component' and have image inside it then it loads once but I would like to use v-lazy since I would like to perform some skeleton with image loading error and loaded

naimlatifi5 avatar Mar 31 '22 13:03 naimlatifi5

because first load loading-src
sencond load trueth src

lecheng-lc avatar May 23 '22 12:05 lecheng-lc

because first load loading-src sencond load trueth src

I just noticed that when I use v-lazy on images and when I check network img tab it loads twice. I tried to turn off option "disable cache" as someone mentioned but for me is till the same unfortunately. But if I use 'lazy-component' and have image inside it then it loads once but I would like to use v-lazy since I would like to perform some skeleton with image loading error and loaded

Have you resolved it ?

ITcx1212 avatar Nov 27 '23 07:11 ITcx1212