SpatieMediaLibraryFileUpload - Display is very slow
I'm allowing users to upload images. However, I want to keep a high quality version for future cropping.
How can I display a conversion (ie., thumbnail) in the field, but allow cropping of the original in the editor?
The reason this is important is that some users have images that are 10+mb and the editor is taking for ever to load on mobile. I don't need the full image unless the editor is actively open.
when I add
->conversion('thumb')
the editor/cropper modifies the thumbnail instead of the original, obliterating the image quality.0 Replies