felixrieseberg / felixrieseberg/React-Dropzone-Component
Passing thumbnailWidth as a parameter does not work
Open
- 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.