You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ Resizes images on the fly using Amazon S3, AWS Lambda, and Amazon API Gateway. U
32
32
33
33
**Note:** If you create the Lambda function yourself, make sure to select Node.js version 6.10.
34
34
35
-
4. Restrict resize resolutions
35
+
4. Restrict resize dimensions
36
36
37
-
To restrict the resolutions client services can convert images to, set the environment variable ```ALLOWED_RESOLUTIONS``` to a string in the format *(HEIGHT)x(WIDTH),(HEIGHT)x(WIDTH),...(HEIGHT)x(WIDTH)*.
38
-
For example: *200x150,300x200,800x600*.
37
+
To restrict the resolutions client services can convert images to, set the environment variable ```ALLOWED_DIMENSIONS``` to a string in the format *(HEIGHT)x(WIDTH),(HEIGHT)x(WIDTH),...(HEIGHT)x(WIDTH)*.
0 commit comments