Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrolik committed Dec 22, 2012
1 parent cbe3bae commit acc18f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -22,7 +22,8 @@ $("img").responsiveImg({
},
srcAttribute : "src",
pathToPHP : "js",
createNewImages : true
createNewImages : true,
jpegQuality : 100
});
```

Expand All @@ -37,6 +38,7 @@ $("img").responsiveImg({
},
srcAttribute : "src",
pathToPHP : "js",
createNewImages : true
createNewImages : true,
jpegQuality : 100
}
```

0 comments on commit acc18f4

Please sign in to comment.