Pentiado / angular-lazy-img

Lightweight lazy load images plugin. Only 1kb after gziping. Pure JavaScript, only Angular as dependency.
MIT License
178 stars 66 forks source link

How to style the spinner #38

Open Jesus82 opened 7 years ago

Jesus82 commented 7 years ago

Hi, i would need to change the size/position of the spinner when. In a example like this:

<img src='spinner.gif' lazy-img='photo.jpeg' />

is there any way to add a class to the image while the image is being loaded, so the class would style the spinner?

Thanks