Viscose
ViscoseTemplateYour work rides a liquid ring that melts apart card by card.
Showreel 2 of 14 · 3 to 18 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 |
|---|---|---|---|
headingText | string | Works '26 | The intro heading the ring unfurls over. |
projectNames | string | Matchday, Nightshift, Volt, Keycard, None, Prestige Equine, Blue Room, Steininvest, CENE+, Snuff, Iris, Sevenworlds, Irse a Volver, PM24, Favor, Freshweb, Proba, MVN | Per-media project names, comma-separated in media order (feeds the index column and the [number · name] lockup). |
projectTypes | string | Motion, Art Direction, Branding, Product Design, Photography, Web Design, Identity, Web Design, Branding, Editorial, Photography, Development, Art Direction, Branding, E-commerce, Web Design, Development, Identity | Per-media disciplines, comma-separated in media order (the [type · year] lockup). |
projectYears | string | 2025, 2023, 2024, 2026, 2026, 2025, 2023, 2024, 2026, 2024, 2023, 2025, 2024, 2024, 2025, 2025, 2026, 2025 | Per-media years, comma-separated in media order. |
scaleIntensity | number | 1 | Card size multiplier on the ring (1 = the reference). |
holdDuration | number | 0.9 | Seconds each card rests at the front before the ring flicks on — the main length control. |
hoverEffect | boolean | true | Whether a cursor browses the ring at all — soften, lean, side cards standing aside, honey webbing, and the lens. Off leaves the ring at its untouched rest. |
showCursor | boolean | false | Whether the glass lens is drawn. Off keeps every reaction and shows nothing causing it. |
cursorLabel | string | "" | Text inside the glass lens that follows the cursor. Empty (the default) leaves the arrow on its own — a video has nothing to press, so it makes no promise it cannot keep. |
mediaFit | enum | crop | How media meets the card: "crop" (the card takes cropAspectRatio and the media fills it) or "contain" (letterbox the whole frame inside the original 3:2 card).One of: crop, contain |
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 — Viscose
{
"id": "ViscoseTemplate",
"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"
],
"settings": {
"backgroundColor": "#fafafa",
"backgroundType": "color",
"backgroundLibraryCategory": "mesh",
"backgroundLibraryImage": "",
"blurAmount": 0,
"backgroundOpacity": 1,
"backgroundGradientStart": "#fafafa",
"backgroundGradientEnd": "#eceff1",
"backgroundGradientNoise": 0,
"borderRadius": 6,
"aspectRatio": "16:9",
"headingText": "Works '26",
"projectNames": "Matchday, Nightshift, Volt, Keycard, None, Prestige Equine, Blue Room, Steininvest, CENE+, Snuff, Iris, Sevenworlds, Irse a Volver, PM24, Favor, Freshweb, Proba, MVN",
"projectTypes": "Motion, Art Direction, Branding, Product Design, Photography, Web Design, Identity, Web Design, Branding, Editorial, Photography, Development, Art Direction, Branding, E-commerce, Web Design, Development, Identity",
"projectYears": "2025, 2023, 2024, 2026, 2026, 2025, 2023, 2024, 2026, 2024, 2023, 2025, 2024, 2024, 2025, 2025, 2026, 2025",
"scaleIntensity": 1,
"holdDuration": 0.9,
"hoverEffect": true,
"showCursor": false,
"cursorLabel": "",
"mediaFit": "crop",
"cropAspectRatio": "3:2"
}
}
}