Media library conversions
Hi everyone!
Is there a way to disable the conversions from media library?
I don't need them and i don't want to create them.
Thanks!
1 Reply
The Spatie Media Library performs whatever conversions you've defined on your Model.
If you don't want those conversions performed, delete the definition of them from your model.
Or in your Filament form specify a collection which has no conversions defined to it.
Those are all explained in the Spatie documentation.