Update index.js (#163)

This commit is contained in:
Guilherme Gazzo 2017-12-26 12:46:14 -02:00 committed by GitHub
parent 251293116a
commit 3fcbcac67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,9 @@ export default class MessageBox extends React.Component {
addFile = () => {
const options = {
maxHeight: 1960,
maxWidth: 1960,
quality: 0.8,
customButtons: [{
name: 'import', title: 'Import File From'
}]