Overview
Gallery view displays your records as visual cards, similar to a Pinterest or Instagram layout. Each card can feature a cover image with key fields displayed below, making it perfect for visual content like products, portfolios, or image-heavy datasets.Gallery view automatically detects attachment fields in your table and uses them as cover images.
When to Use Gallery View
Gallery view is ideal for:- Product catalogs - Display products with images, prices, and descriptions
- Portfolio management - Showcase projects, designs, or creative work
- Real estate listings - View properties with photos and key details
- Team directories - Display team members with profile photos
- Asset management - Track visual assets like marketing materials or inventory
- Media libraries - Organize photos, videos, or documents with previews
Configuration Options
Gallery view provides several configuration options to customize the card display:Cover Image
Choose which attachment field to use as the card’s cover image.| Property | Type | Description |
|---|---|---|
fk_cover_image_col_id | string | ID of the attachment column to use as cover image |
cover_image_idx | number | Index of the attachment to display (for multi-file fields) |
meta.fk_cover_image_object_fit | string | Image fit mode: “fit” (contain) or “cover” (fill) |
- Fit (Contain)
- Cover (Fill)
The entire image is visible within the card, with possible letterboxing.Best for:
- Product images on white backgrounds
- Logos and graphics
- When aspect ratio must be preserved
Navigation Controls
Control how users navigate through cards:| Property | Type | Description |
|---|---|---|
next_enabled | boolean | Show “Next” button on cards |
prev_enabled | boolean | Show “Previous” button on cards |
File Restrictions
Optionally restrict which files can be uploaded:| Property | Type | Description |
|---|---|---|
restrict_types | string | Allowed MIME types (e.g., “image/png,image/jpeg”) |
restrict_size | string | Maximum file size in bytes |
restrict_number | string | Maximum number of files |
Display Options
| Property | Type | Description |
|---|---|---|
show_all_fields | boolean | Display all fields on the card or only selected ones |
Working with Gallery View
- Browsing Cards
- Customizing Cards
- Filtering & Sorting
Navigation
- Scroll - Scroll vertically to browse through cards
- Grid layout - Cards automatically arrange in responsive columns
- Click to expand - Click any card to open the full record details
- Arrow navigation - Use next/previous buttons if enabled
Card Information
Each card displays:- Cover image from the selected attachment field
- Primary field value as the card title
- Additional fields configured in the view
- Record action buttons (edit, delete, etc.)
The number of columns automatically adjusts based on your screen width, providing an optimal viewing experience on any device.
Use Cases and Examples
E-commerce Product Gallery
- Product name (primary field)
- Price
- Stock status
- Category
Team Directory
- Name (primary field)
- Title
- Department
Real Estate Listings
- Property address (primary field)
- Price
- Bedrooms/Bathrooms
- Square footage
- Status (For Sale/Sold)
Best Practices
Missing Images - If a record doesn’t have an image in the cover image field, the card will still display with visible fields but without a cover photo.
Performance Considerations
Gallery view is optimized for performance:- Lazy loading - Images load as you scroll
- Thumbnail generation - Automatically creates optimized image sizes
- Virtual scrolling - Handles thousands of records efficiently
- Responsive layout - Adapts to screen size automatically
- Use appropriately sized source images (1000-2000px wide is ideal)
- Avoid showing too many fields per card (5-7 maximum)
- Apply filters to reduce the number of displayed records
- Consider pagination for very large datasets (1000+ records)
Sharing Gallery Views
Gallery view is perfect for public sharing:- Create a shared view for external stakeholders
- Share product catalogs with customers
- Publish portfolios publicly
- Embed galleries in websites
Shared gallery views can be password-protected and have download restrictions to protect your images and data.