Rajat Goyal

Results 13 comments of Rajat Goyal

This issue is solved, here is the code `ImagePicker.openPicker({ width: 1000, height: 800, cropping: true, includeBase64: false, compressImageQuality: 1, // compressImageMaxHeight: 1, // compressImageMaxWidth: 1, compressImageMaxWidth: 1500, compressImageMaxHeight: 1000, })`...

> > width: 1000, height: 800 > > Is fine that you found a workaround. But this is not solved. The image will have a bigger space on the server....

Hi @iyz91, did you found any workaround for this, I want to store blogHashtags as string set in DynamoDB, but it is not allowing me to do so. In amplify...