Skip to content

Commit

Permalink
updated info on width/preset param
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcStoecker committed Jul 25, 2013
1 parent 0949455 commit 83d3e32
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 @@ -22,7 +22,7 @@ or for "slimmage=true" in any image URL
<img src="image.jpg?width=150&slimmage=true" />
```

**Slimmage requires "width=[number]" be present in the URL. This value specifies the image size when javascript is disabled, but is modified by slimmage.js under normal circumstances.**
**Slimmage requires "width=[number]" be present in the URL. This value specifies the image size when javascript is disabled, but is modified by slimmage.js under normal circumstances. If you prefer to use ImageResizer presets, you can omit the width parameter if your specified preset provides a width.**


It then adds the appropriate markup to allow [slimmage.js](https://github.com/imazen/slimmage) to turn them into responsive images.
Expand Down

0 comments on commit 83d3e32

Please sign in to comment.