Optimize images used in RichEditor
Does anyone have any ideas on how to filesize optimize the images users insert into RichEditor? When using spatie-medialibrary I can automatically make conversions but as far as I know I can't use them in RichContentRenderer. Any other ideas? 🤔 With or without medialibrary.
1 Reply
I would think that with the spatie media filament plugin it would still work since the editor stores a reference to the image’s id. Therefore you could still resize the way you normally would with the spatie package.