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

how to set the size of the image?

Open qingyang-id opened this issue 7 years ago • 3 comments

when i use the vue-lazyload, the loading image size is the image size what i want show,i want set the loading image size,what should i do?

thanks for first

qingyang-id avatar Aug 19 '17 08:08 qingyang-id

Did you find a solution?

jiangyi215 avatar Apr 13 '18 05:04 jiangyi215

Same problem here. Any solution ? thanks

leosantacruz avatar Jul 17 '19 15:07 leosantacruz

img[lazy=loading] { width: 20px; height: 20px; } u may need to wrap inside a <div> element with center aligned / vertical aligned

duchuy avatar Mar 20 '20 07:03 duchuy