Rik

Results 425 comments of Rik

@varunnayak the link doesn't point to codesandbox

Finally had some more time to look into this, the problem doesn't appear on Firefox and Safari, it seems to be a Chrome/Blink issue. With a normal image tag Chrome...

Please correctly format our code snippets. I'm note sure what you mean with "template". Can you please create a test case on codesandbox.io, you can use this example as a...

That would be nice. In the future I'd like to move this message to a generic message above the file list instead of in the item, as it concerns the...

I'll look into it when I have some time, most likely I'll address this in FilePond v5

I'm not sure what you mean, it's on npm as are all the other add-ons.

Awesome! The following client transforms are available for the clientTransforms prop `'crop', 'resize', 'filter', 'markup' , 'output'`

Can you try something like: ```js transforms.resize = { size: { width: 640 } } ```