The Image element allows you to embed visuals in your application. You can upload a fixed file (like a logo) or bind the source to a URL from your database (like a product photo that changes for each row).
This guide covers how to display static assets or dynamic images linked to your database records.

+ icon).Click the image element to open the General properties tab. You will configure the content here.
Choose how Baserow finds the image.
https://example.com/logo.png).Enter a short description of the image. This is displayed if the image fails to load and is read aloud by screen readers.
{{ Product_Name }}) to automatically generate relevant alt text for every record.To customize the dimensions, alignment, and fit of the image, you must use a Theme Override.
Control the physical size of the image container.
Determines how the image scales to fit inside the dimensions you set above.
| Constraint | Behavior | Best For |
|---|---|---|
| Extend to max width | Stretches the image to fill the available width while maintaining aspect ratio. | Hero images, full-width banners. |
| Contain | Scales the image so it fits entirely within the container without cropping. | Product photos, logos where seeing the whole image matters. |
| Cover | Fills the entire container, potentially cropping the edges of the image to fill the space. | Backgrounds, avatars, grid thumbnails. |
Note: Some constraints depend on dimensions. For example, Cover requires a specific height to work effectively, while Contain is unavailable if height is limited.

You can display standard web formats including JPEG, PNG, GIF, WEBP, and SVG.
If you force both a specific Width AND a specific Height that doesn’t match the original aspect ratio, the image may skew. Use the Constraints setting (Cover or Contain) to handle aspect ratios gracefully.
The Image element itself is purely for display. To make an image clickable, you should wrap it in a Link container or use a Card element (if available), or check if the Events tab allows an “On Click” -> “Open Page” action for the image.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.