Skip to content

Commit

Permalink
minor fix in readme: resizing results for widen
Browse files Browse the repository at this point in the history
  • Loading branch information
stefax committed Jul 3, 2012
1 parent 9559b9d commit 28e25ff
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 @@ -274,7 +274,7 @@ liip_imagine:
relative_resize: { heighten: 60 } # Transforms 50x40 to 75x60
my_widen:
filters:
relative_resize: { widen: 32 } # Transforms 50x40 to 40x32
relative_resize: { widen: 32 } # Transforms 50x40 to 32x26
my_increase:
filters:
relative_resize: { increase: 10 } # Transforms 50x40 to 60x50
Expand Down

0 comments on commit 28e25ff

Please sign in to comment.