benoit_labourdette Should it be possible to change this default value to 4000 pixels for example ?
If you change the values, they will be remembered in browser next time.
If you want to pre-assign persistent values for all users, this can be done in Javascript config. For example:
_c.config = {
uppy: {
Compressor: {
maxWidth: 4000,
maxHeight: 4000,
},
},
}
Options under uppy.Compressor
are inherited from:
https://github.com/fengyuanchen/compressorjs#options