Introduction
Image columns display images based on the file path in the column’s state:Managing the disk
By default, images are stored on the disk defined in your Filament configuration. You can customize the disk:The storage disk name.
Visibility
By default, Filament generates temporary URLs for images. For public images:The visibility setting (‘public’ or ‘private’).
Customizing the size
You can set image dimensions:- Width
- Height
- Both
The image width in pixels or a CSS value.
The image height in pixels or a CSS value.
Square images
Display images with a 1:1 aspect ratio:Whether to display as square.
Circular images
Make images fully rounded (useful for avatars):Whether to display as circular.
Default image
Display a placeholder when no image exists:The URL of the default image.
Stacking images
Display multiple images as overlapping stack:Whether to stack multiple images.
Customizing the ring
The ring width around stacked images:The ring width (0-8).
Customizing the overlap
The overlap between stacked images:The overlap amount (0-8).
Limiting images
Limit the maximum number of images displayed:The maximum number of images to display.
Showing remaining count
Display the count of remaining images:Whether to display the remaining count.
The size of the remaining text.
File existence checks
By default, Filament checks if images exist. Disable for remote storage:Whether to check if files exist.
Wrapping images
Allow images to wrap to multiple lines:Extra image attributes
Add HTML attributes to the<img> element:
An array of HTML attributes.
Whether to merge with existing attributes.