nkoehring / v-lazy-img

simplistic vue.js directive for image lazy loading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support new loading attribute as far as it makes sense

nkoehring opened this issue · comments

For now only the Chrome browser supports the loading attribute so it might not be worth implementing it yet. See more here: https://caniuse.com/#feat=loading-lazy-attr

Since April this year Firefox is supporting the loading attribute as well, so it really might be worth implementing support for it now.