Update index.js (#163)
This commit is contained in:
parent
251293116a
commit
3fcbcac67f
|
@ -145,6 +145,9 @@ export default class MessageBox extends React.Component {
|
||||||
|
|
||||||
addFile = () => {
|
addFile = () => {
|
||||||
const options = {
|
const options = {
|
||||||
|
maxHeight: 1960,
|
||||||
|
maxWidth: 1960,
|
||||||
|
quality: 0.8,
|
||||||
customButtons: [{
|
customButtons: [{
|
||||||
name: 'import', title: 'Import File From'
|
name: 'import', title: 'Import File From'
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in New Issue