Skip to content

Commit

Permalink
Added ignore config option to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thelucre committed Aug 6, 2014
1 parent e2a8dc3 commit 6882599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ At the same time, it saves the newly cropped image to the disk in the same locat
* **interlace** (true): This boolean affects whether progressive jpgs are created.
* **host** (undefined): Specify the host for Croppa::url() to use when generating absolute paths to images. If undefined and using Laravel, the `Request::host()` is used by default.
* **public** (undefined): Specify the route to the document_root of your app. If undefined and using Laravel, the `public_path()` is used by default.
* **ignore** (undefined): Ignore cropping for image URLs that match a regular expression. Useful for returning animated gifs.

Note: Croppa will attempt to create the crops in the same directory as the source image. Thus, this directory **must be made writeable**.

Expand Down

0 comments on commit 6882599

Please sign in to comment.