Pluslide LogoPluslide
Design TemplateField Types

Image

Display images in Pluslide templates using Image fields. Configure object fit, default images, and dynamic URLs for photos, logos, and visual content.

Image fields display visual content from URLs. Use them for photos, logos, avatars, and any visual elements.

Use Cases

  • Product photos
  • Profile avatars
  • Logos and icons
  • Diagrams and charts (as images)

Editor Settings

SettingDescription
Default imageDefault image URL (upload button available)
Object fitHow image fits container (Fill, Cover, Contain)

Object Fit Modes

Original image: 400×300 (landscape)
Container: 200×200 (square)

┌─────────────────┐  ┌─────────────────┐  ┌─────────────────┐
│ Fill            │  │ Contain         │  │ Cover           │
│ ┌─────────────┐ │  │ ┌─────────────┐ │  │ ┌─────────────┐ │
│ │ Stretched   │ │  │ │             │ │  │ │  Cropped    │ │
│ │ to fit      │ │  │ │   Fits      │ │  │ │  to fill    │ │
│ │ (distorted) │ │  │ │   inside    │ │  │ │  (no gaps)  │ │
│ └─────────────┘ │  │ └─────────────┘ │  │ └─────────────┘ │
│                 │  │  (letterboxed)  │  │                 │
└─────────────────┘  └─────────────────┘  └─────────────────┘
ModeBehavior
FillStretches image to fill container (may distort)
ContainScales to fit inside container (may have gaps)
CoverScales to fill container (may crop)

Sizing Behavior

ModeEffect
FixedImage container has exact pixel dimensions
FillFills parent container (only in Group/List)

Note: Image fields do not support Hug sizing since images have fixed dimensions.

API Content Format

{
  "content": {
    "product_image": "https://example.com/product.jpg",
    "company_logo": "https://example.com/logo.png"
  }
}

Supported Formats

  • JPEG, PNG, GIF
  • Remote URLs (https://)

Examples

A company logo that never changes:

  • Upload via Default image button
  • Mark as Static in field properties
  • Use Contain to preserve aspect ratio

Dynamic Product Photo

Product images from API:

  • Set a placeholder in Default image
  • Use Cover to fill the container nicely
  • Mark as Required if essential

Avatar in a Card

Profile photo inside a Group:

  • Set Fixed width and height (e.g., 48×48)
  • Use Cover for consistent appearance
  • Add Border radius for circular avatars

On this page