Skip to content

Commit 879d2bd

Browse files
committed
[Images] Correct size limits
1 parent 13b163f commit 879d2bd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/content/docs/images/reference/troubleshooting.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ When resizing fails, the response body contains an error message explaining the
5050

5151
## Limits
5252

53-
* Maximum image size is 100 megapixels (meaning 10.000×10.000 pixels large). Maximum file size is 100 MB. GIF/WebP animations are limited to 50 megapixels total (sum of sizes of all frames).
53+
These are the limits for Images that are stored outside of Cloudflare:
54+
* Maximum image size is 100 megapixels (meaning 10.000×10.000 pixels large). Maximum file size is 70 megabytes (MB). GIF/WebP animations are limited to 50 megapixels total (sum of sizes of all frames).
5455
* Image Resizing is not compatible with [Bring Your Own IP (BYOIP)](/byoip/).
5556
* When Polish can't optimize an image the Response Header `Warning: cf-images 299 "original is smaller"` is returned.
5657

src/content/docs/images/upload-images/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ These are the maximum allowed sizes and dimensions Cloudflare Images supports:
3333

3434
* Maximum image dimension is 12,000 pixels.
3535
* Maximum image area is limited to 100 megapixels (for example, 10,000×10,000 pixels).
36-
* Image metadata is limited to 1024 bytes.
37-
* Images have a 10 megabyte (MB) size limit.
36+
* Image metadata is limited to 1024 bytes (when uploaded and stored in Cloudflare).
37+
* Images have a 10 megabyte (MB) size limit (when uploaded and stored in Cloudflare).
3838
* Animated GIFs/WebP, including all frames, are limited to 50 megapixels (MP).

0 commit comments

Comments
 (0)