RichEditor - how to limit uploaded images max size?

https://filamentphp.com/docs/2.x/forms/fields#rich-editor

a user uploaded several images inside the rich editor. 5000 x 5000 images lol.

ive been looking into the docs how to limit uploaded images max size, but im not finding how to. also tried to dig in the RichEditor's methods
RichEditor::make('rich_text')
  ->required()
  // ->max ??
  // ->maxLength( ??
Was this page helpful?