Pentiado / angular-lazy-img

Lightweight lazy load images plugin. Only 1kb after gziping. Pure JavaScript, only Angular as dependency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use inside picture tag

hugsbrugs opened this issue · comments

Hi,
I am wondering if your plugin is able to handle picture tag ?
<picture> <source type="image/webp" srcset="/webp/image.webp"> <img src="/img/image.png" alt="Logo"> </picture>

@hugsbrugs were you able to make it work?