Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Image Resize Works on Firefox but not on Chrome and Safari #30

Open
ksuralta opened this issue May 29, 2013 · 3 comments
Open

Image Resize Works on Firefox but not on Chrome and Safari #30

ksuralta opened this issue May 29, 2013 · 3 comments

Comments

@ksuralta
Copy link

Hi Sigurd,

Excellent example!
After cloning, I uncommented this section to enable image resize:
{ action: 'load', fileTypes: /^image\/(gif|jpeg|png)$/, maxFileSize: 20000000 // 20MB }, { action: 'resize', maxWidth: 1024, maxHeight: 768, minWidth: 800, minHeight: 600 }, { action: 'save' }

This works well in Firefox (v21.0) but this doesn't seem to work in Chrome (v27.0.1453.94) and Safari (v5.1.7).
Is this expected? Would you know if updating with the latest js files from https://github.com/blueimp/jQuery-File-Upload will fix this issue?

Thanks,
Kenneth

@sigurdga
Copy link
Owner

It sounds like a javascript problem, so getting newest versions could help. I haven't thought about using the resize functionality myself, but would be very happy to hear what you find out.

@khaki1
Copy link

khaki1 commented Jun 23, 2013

Did anyone figure this out? Would love to resolve this (having the same issue...)

@sigurdga
Copy link
Owner

sigurdga commented Oct 2, 2013

@ET-CS has improved this project a lot recently. If you haven't given it up completely, it may be useful to try it out now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants