GitHub user collingo opened the pull request at https://github.com/apache/incubator-cordova-ios/pull/5
---- added option to prevent cropping during resize in CDVCamera class During a recent project I needed to resize images from the camera without cropping. This helps reduce the file size, especially when dealing with the high res camera on the iPhone 4S, without losing any of the original shot. ---- You can merge this pull request into a Git repository by running $ git pull https://github.com/collingo/incubator-cordova-ios preventCrop Alternatively you can review and apply these changes as the patch at https://github.com/apache/incubator-cordova-ios/pull/5.patch