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

Use inside picture tag #50

Open hugsbrugs opened 4 years ago

hugsbrugs commented 4 years ago

Hi, I am wondering if your plugin is able to handle picture tag ? `

<img src="/img/image.png" alt="Logo">

`

Arsalanliaqat commented 2 years ago

@hugsbrugs were you able to make it work?