You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: