pqina / filepond-plugin-image-preview

🖼 Show a preview for images dropped on FilePond
https://pqina.nl/filepond
MIT License
46 stars 26 forks source link

Add check for no width or height in previewImageLoaded #45

Closed srt4rulez closed 3 years ago

srt4rulez commented 3 years ago

Fixes #44 by returning early if images have no width or height in previewImageLoaded.

There's probably a better solution to this that can somehow figure out the width and height from the viewbox attribute, but this at least allows the image to continue uploading.

rikschennink commented 3 years ago

Thanks, I'll try to look into this as soon as possible but I'm swamped with other work right now, hope to have some more time in february.