Skip to content

Commit

Permalink
Merge pull request sebarmeli#46 from n3ziniuka5/patch-1
Browse files Browse the repository at this point in the history
Fixed the closing noscript tag in README.md
  • Loading branch information
sebarmeli committed Aug 14, 2013
2 parents 27fcf39 + 60b69be commit 3f10d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ First of all, this plugin requires you to make some HTML changes. The `data-src`
<img class="lazy" src="/img/blank.gif" data-src="/img/image1.jpg"/>
<noscript>
<img src="/img/image1.jpg"/>
<noscript>
</noscript>
```

In a basic scenario, you just need to import `jquery`, `jail.js` and call the jail() function on the images you want to lazy load.
Expand Down

0 comments on commit 3f10d36

Please sign in to comment.