Pentiado/angular-lazy-img

Use inside picture tag

hugsbrugs opened this issue · 1 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?