change uploader copy, change uploader style
This commit is contained in:
parent
7e6bbb1fae
commit
ceccef3cc3
2 changed files with 4 additions and 2 deletions
|
@ -17,9 +17,10 @@ class FileUploader extends React.Component {
|
|||
parallelUploads: 1,
|
||||
maxFilesize: 10, // in mb
|
||||
maxThumbnailFilesize: 8, // 3MB
|
||||
thumbnailWidth: 150,
|
||||
thumbnailHeight: 150,
|
||||
thumbnailWidth: 200,
|
||||
thumbnailHeight: 200,
|
||||
acceptedMimeTypes: 'image/bmp,image/gif,image/jpg,image/jpeg,image/png',
|
||||
dictDefaultMessage: 'Drop files here to upload or click to use the file browser',
|
||||
accept: this.props.dropzoneAcceptCallback,
|
||||
sending: this.props.dropzoneSendingCallback,
|
||||
complete: this.props.dropzoneCompleteCallback
|
||||
|
|
|
@ -43,4 +43,5 @@
|
|||
.uploader {
|
||||
height: #{200 / $base-font-size}rem;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
Loading…
Reference in a new issue