Rik

Results 378 comments of Rik

FilePond scales down image before previewing as this turned out to be more performant, this is done with canvas and especially for vector graphics can look pixely. When using FilePond...

Hi, you can use Transform Variants: https://pqina.nl/filepond/docs/patterns/plugins/image-transform/#using-transform-variants and this setting `imageTransformVariantsIncludeOriginal`

That shouldn't matter as FilePond generates the output image.

It's unclear what this will fix, please elaborate

You need to register the "dots" view: https://github.com/pqina/tick/tree/master/dist/view-dots

Hi, [Doka Image Editor](https://pqina.nl/doka/) and FilePond both save you countless hours of development work building something similar. FilePond does this for free, and to add image editing capabilities you pay...

setting `acceptedFileTypes` to for example `doc/docx` and then returning `doc/docx` from the `fileValidateTypeDetectType` should work.

Setting a new value to `acceptedFileTypes` should work.

You can edit the template see docs: https://pqina.nl/filepond/docs/patterns/plugins/file-validate-type/

You can can try to see how the browser interprets the files using the fileValidateTypeDetectType hook, maybe there's a difference and you can use the hook to correct the browser...