Stack Carousel
StackTemplateA deck of cards where the front one pushes through to reveal the next.
Showreel 10 of 14 · 5 to 30 images or videos
0:00 / 0:00
Settings
Template settings
Specific to this template. Every template also accepts the common settings (aspect ratio, background, corner radius).
| Setting | Type | Default | What it does |
|---|---|---|---|
scaleIntensity | number | 1 | Overall card size as a multiplier (1 = default). |
gap | number | 0 | Extra vertical spacing between the stacked cards, in pixels. Negative tightens the deck, positive spreads it out (0 = default). |
Request
Example request
A complete, working body for POST /api/v1/render with every default spelled out. Send only the settings you want to change.
POST /api/v1/render — Stack Carousel
{
"id": "StackTemplate",
"scale": 1,
"inputProps": {
"images": [
"https://picsum.photos/seed/reelfolio1/1280/800",
"https://picsum.photos/seed/reelfolio2/1280/800",
"https://picsum.photos/seed/reelfolio3/1280/800",
"https://picsum.photos/seed/reelfolio1/1280/800",
"https://picsum.photos/seed/reelfolio2/1280/800"
],
"settings": {
"backgroundColor": "#D7E2FD",
"backgroundType": "image",
"backgroundLibraryCategory": "raycast",
"backgroundLibraryImage": "https://cdn.reelfolio.io/reelfolio-background-library/raycast/mono_light_distortion_2.webp",
"blurAmount": 0,
"backgroundOpacity": 1,
"borderRadius": 24,
"aspectRatio": "16:9",
"scaleIntensity": 1,
"gap": 0
}
}
}