filepond-plugin-image-preview icon indicating copy to clipboard operation
filepond-plugin-image-preview copied to clipboard

Get thumbnail from upload response?

Open HTMLGuyLLC opened this issue 1 year ago • 2 comments

I'm converting heic to jpg and want to update the frontend to display the preview but can't seem to figure out how. Do you have a workaround for this, or can you add an enhancement for later to do it?

HTMLGuyLLC avatar Nov 11 '24 18:11 HTMLGuyLLC

I don't think this is currently possible, the source file is used for the preview, so if it's a HEIC it can't be used.

rikschennink avatar Nov 12 '24 07:11 rikschennink

I accomplished it for now by adding a background image when a canvas doesn't exist. Works fine

HTMLGuyLLC avatar Nov 12 '24 12:11 HTMLGuyLLC