Help Center

Media Elements

Images, galleries, video, logos, and icons - focal points, lightboxes, masonry layouts, autoplay behavior, and settings-bound branding.

Five elements put media on the page: Image, Image Gallery, Video, Logo, and Icon. All of them pull files from the tenant's media library, which handles optimization for you.


Image#

The workhorse. A responsive image with proper dimensions and lazy loading built in.

Content#

  • Image - pick from the media library or upload
  • Image Alt - the alt text. Write it for a screen-reader user; it also matters for image SEO
  • Link - make the image clickable

Settings#

FieldOptionsNotes
Width / HeightpixelsRendered dimensions; setting them prevents layout shift
Focal Point9-position grid (Top Left through Bottom Right)Which part of the photo survives cropping
Load image eagerlycheckboxImages lazy-load by default; turn this on only for the image at the very top of the page
Open in lightboxcheckboxClick opens the full-size image in an overlay
BorderNone, Rounded, Circle, PillCorner treatment
Inline SVGcheckboxInlines an SVG file so it inherits colors and can be styled
Max WidthNone, X-Small through the larger stepsCaps the display width

A packed grid of images with no per-image captions or text - portfolios, job photos, before/after sets.

Adding Images#

  1. Add an Image Gallery element
  2. Bulk-add photos from the media library; each becomes a Gallery Image item
  3. Reorder items in the Inspector list

Settings#

FieldOptions
LayoutGrid (equal cells) or Masonry (packed, keeps each photo's aspect ratio)
ColumnsPer breakpoint: Phone Portrait, Tablet Landscape, Desktop, Large Screens (1 to 6 columns each)
Column Gap / Row GapDefault, None, Small, Medium, Large
Image RadiusNone, Small, Medium, Large

Set fewer columns on Phone Portrait (typically 2) and more on Desktop (typically 4) - the defaults already follow that pattern.


Video#

Self-hosted or external video with sensible performance defaults.

Content#

  • Video - a file from the media library or an external URL
  • Video Alt - accessible description
  • Poster Image - the frame shown before playback
  • Play Icon - overlay play button

Settings#

FieldOptionsNotes
Width / Heightpixels
Focal Point9-position gridFor cover cropping
LoadingLazy or EagerLazy by default
AutoplayNone, Autoplay when in viewport, Always autoplayIn-viewport is the background-video pattern
Loopcheckbox
MutedcheckboxRequired by most browsers for autoplay
Controlscheckbox (on by default)Turn off for decorative loops
Plays Inlinecheckbox (on by default)Prevents fullscreen takeover on phones

For a decorative autoplay loop: Autoplay when in viewport + Loop + Muted + Controls off.


The Logo element is bound to your site identity: it renders the logo image (and site name) from Site Settings, so updating the logo in one place updates it everywhere. Made for the Header and Footer builder.

FieldNotes
LinkWhere the logo points (usually the home page)
Max Height / Max WidthSize constraints in pixels
AlignmentLeft, Center, Right

Icon#

A single icon with optional link.

FieldOptions
IconPick from the icon set
LinkOptional
Icon WidthSize in pixels
ColorNone, Muted, Emphasis, Primary, Secondary, Success, Warning, Danger
StyleNone, Link, Button
AlignmentLeft, Center, Right

For icon-plus-text feature lists, do not compose Icon + Text by hand - the Grid element does that pattern natively with icon position and background options.


Media Performance Notes#

  • Uploads are converted to an optimized web format automatically, and the renderer picks appropriately sized variants - you rarely need to resize by hand. See Media Library.
  • Always fill in alt text. The media library requires it on upload for a reason.
  • Only the topmost image on a page should load eagerly; everything else should stay lazy.

Changes go live on the next manual Deploy, like all content edits.

Was this page helpful?