Rik

Results 425 comments of Rik

Thank you so much for this info, I'm going to try and find a way to reproduce this and will get back to you.

The issue is that I don't have a way to test this / reproduce the problem. Is there any way to simulate 100hz in chrome? Firefox has a `layout.frame_rate` setting.

Can you try replacing https://github.com/pqina/filepond-plugin-image-preview/blob/master/src/js/index.js#L172 with a `setTimeout(/* */, 0)` I'm thinking maybe because of the high frame rate it runs before the height has been applied?

can you remove the wrapping `requestAnimationFrame` ?

Alright, thanks for the quick test, so nested `requestAnimationFrame` seems to do the trick.

Hi, can you post your filepond configuration? Additionally, can you reproduce this with a standalone test case?

It's a browser rounding issue, not sure how to resolve this, adding transforms is tricky as it impacts performance and (based on image size) rendering quality of the image inside...

Should be fixed, just published 2.2.4, thanks for reporting.

Thanks for reporting, I'm working on a new version of FilePond and hope to address all these issues.