Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
optimalisatie committed Aug 8, 2019
1 parent c813db6 commit 1521ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "12"
- "8"

sudo: required
env: DISPLAY=':99.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Lazy loading of `background-image` in stylesheets.

```javascript
$lazybg(
sheets, /* stylesheet element(s), default: document.styleSheets (all)
sheets, /* stylesheet element(s), default: document.styleSheets (all) */
lazy_config, /* optional: config to pass to $lazy() */
resolver, /* optional: JSON or javascript image resolver */
webp /* disable WebP rewrite (when using lazybg+webp.js) */
Expand Down

0 comments on commit 1521ac9

Please sign in to comment.