Skip to content

Instantly share code, notes, and snippets.

@singh100ful
Created June 5, 2020 21:18
Show Gist options
  • Save singh100ful/b74c8823796bc76731e4a98c82fe43c7 to your computer and use it in GitHub Desktop.
Save singh100ful/b74c8823796bc76731e4a98c82fe43c7 to your computer and use it in GitHub Desktop.
Image Picker Options
const options = {
title: 'Select Picture',
storageOptions: {
skipBackup: true,
path: 'images',
},
maxWidth: 500,
maxHeight: 500,
quality: 0.5,
videoQuality: 'medium'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment