RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: celliott
Site: http://cheapandsalty.com
Hello, this is a great course and is working perfectly but I am having trouble with Client-side Image Resizing. I followed: https://github.com/blueimp/jQuery-File-Upload/wiki/Client-side-Image-Resizing
I added 3 lines but it doesn't work $("#fileupload").fileupload disableImageResize: false imageMaxWidth: 800 imageMaxHeight: 800 ...
Does anyone have a working example?
Thank you for any help
Hello, this is a great course and is working perfectly but I am having trouble with Client-side Image Resizing. I followed:
https://github.com/blueimp/jQuery-File-Upload/wiki/Client-side-Image-Resizing
I added 3 lines but it doesn't work
$("#fileupload").fileupload
disableImageResize: false
imageMaxWidth: 800
imageMaxHeight: 800
...
Does anyone have a working example?
Thank you for any help