Rik

Results 281 comments of Rik

This is currently not possible. Only way to do it is write a plugin, it's not super difficult, I'd advise to fork one of the plugins that does add a...

AFAIK this isn't possible, only way I think would be to use chunk uploads so each client uploads smaller bits of data.

I don't think that's currently possible.

Appreciate the PR, currently working on v5, not sure yet if I can find time to merge this.

It's queued for me to further take a look at 👍

No really, I'd just not make it full-width on mobile for now. I'm working on v5 in which I hope to address most of the current open issues.

It's a major version change so no there will be breaking changes. I plan to release some sort of proxy wrapper to make switching from 4 to 5 easier.

Maybe these Pintura example projects can help, they both include a FilePond integration: - https://github.com/pqina/pintura-example-sveltekit - https://github.com/pqina/pintura-example-svelte

When using a framework you can pass the options to the component directly. ```svelte ```