This repository was archived by the owner on Aug 12, 2020. It is now read-only.
This repository was 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
Description
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
Metadata
Metadata
Assignees
Labels
No labels