-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using big files on Safari #163
Comments
@vsachini Would you mind uploading your large image for us to debug? Thanks. |
Hi @Donaldcwl, Here's the link to the image I was using: |
This image is a 3.8MB jpg file. Did you upload the wrong image file? |
Here is working fine with a 30MB image. |
Expected Behavior
Compress image;
Current Behavior
When compressing I get an error "Not allowed to load local resource" only when the image is big. Using the same image but cropping it smaller, the compression works fine.
I've tried with useWebWorker true and false and got the same results.
It works fine on Chrome and Firefox.
The text was updated successfully, but these errors were encountered: