Managing the image disk
By default, thepublic disk will be used to retrieve images. You may pass a custom disk name to the disk() method:
Private images
Filament can generate temporary URLs to render private images, you may set thevisibility() to private:
Square image
You may display the image using a 1:1 aspect ratio:Circular image
You may make the image fully rounded, which is useful for rendering avatars:Customizing the size
You may customize the image size by passing awidth() and height(), or both with size():
Adding a default image URL
You can display a placeholder image if one doesn’t exist yet, by passing a URL to thedefaultImageUrl() method:
Custom attributes
You may customize the extra HTML attributes of the image usingextraImgAttributes():