felixrieseberg / felixrieseberg/React-Dropzone-Component

Passing thumbnailWidth as a parameter does not work

Open
#147 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
999
Forks
148
PR merge metrics
No merged PRs in 30d

Description

I love your component! Thank you for building it!

Using:

```
this.djsConfig = {
addRemoveLinks: true,
acceptedFiles: "image/jpeg,image/png,image/gif",
autoProcessQueue: false,
params: {
thumbnailWidth: "500"
}
};
```

doesn't alter thumbnailWidth size. Dropzone documents says I should be using it. Is there a way to integrate this into your component? Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.