Mohammed Imran

Results 1 comments of Mohammed Imran

There is a more simple solution to this issue : In the **openCropActivity** method set - .withMaxResultSize to (1000,1000) ``` UCrop.of(sourceUri,` destinationUri) .withMaxResultSize(1000, 1000) .withAspectRatio(5f, 5f) .start(this); ```