RailsCasts Pro episodes are now free!

Learn more or hide this

chris elliott's Profile

GitHub User: celliott

Site: http://cheapandsalty.com

Comments by chris elliott

Avatar

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