Introduction
Image entries display images from URLs or file paths stored in your data source. They support both local filesystem storage and absolute URLs.- A relative path to the storage disk (e.g.,
avatars/user-123.jpg) - An absolute URL (e.g.,
https://example.com/avatar.jpg) - A data URI (e.g.,
data:image/png;base64,...)
Available Methods
Storage Configuration
Set the filesystem disk where images are stored.
Set the visibility of images (public or private).
Control whether to check if files exist before displaying.
Size and Shape
Set the width of the image.
Set the height of the image.
Set both width and height to the same value.
Display the image with a 1:1 aspect ratio.
Display the image as a circle, useful for avatars.
Default Image
Set a default image URL to display when no image exists.
Multiple Images
Display multiple images as overlapping stack.
Set the overlap amount for stacked images (0-8).
Set the ring width for stacked images (0-8).
Limit the maximum number of images displayed.
Show the count of remaining images when limited.
Set the size of the remaining count text.
Display the remaining count separately from the stack.
HTML Attributes
Add extra HTML attributes to the img element.