RemotionUI

Image Expand

Image Expand for Remotion.

CompositionCompositionsAdvanced

image-expand30fps · 960×540
Install
$ npx remotion-ui@latest add image-expand

Image Expand.

1920×1080 thumbnail expands to full frame.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/compositions/image-expand
  • Use when: complete video templates that can be customized as source.
  • Customize: accentColor, plus copied source for timing, layout, colors, and typography.
  • Rule: do not import this component from the remotion-ui npm package; it is copied into your project.

Usage

Example
import { ImageExpand } from "@/compositions/image-expand"; <ImageExpand accentColor="#e8b86d" />

API Reference

PropTypeDescription
accentColorstringThumbnail accent color.

Related