Skip to content

Commit

Permalink
docs: updated that link to a working jsbin
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Sep 19, 2019
1 parent 69e9ab0 commit 1a8cf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ You may optionally load via NPM or Bower:
$ npm install loading-attribute-polyfill
$ bower install loading-attribute-polyfill

You could even load the polyfill asynchronously: <https://jsbin.com/yitarajawe/edit?html,css>
You could even load the polyfill asynchronously: <https://output.jsbin.com/codelib/1>

Afterwards you'll need to wrap all of your `<img>` and `<iframe>` HTML tags that you'd like to lazy load (and thatfor added a `loading="lazy"` attribute as well) by an `<noscript>` HTML tag:

Expand Down

0 comments on commit 1a8cf5a

Please sign in to comment.