Limits #
Image limit #
Currently we can only support images with size less than 16383px * 16383px. Maximum file size is 80 MiB.
Origin limit #
Your origin must respond with content-type
header and contains image
.
For example:
- Valid Header:
content-type: image/gif
- Invalid Header:
content-type: application/octet-stream