Reelfolio

Viscose

ViscoseTemplate

Your 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).

SettingTypeDefaultWhat it does
headingTextstringWorks '26The intro heading the ring unfurls over.
projectNamesstringMatchday, Nightshift, Volt, Keycard, None, Prestige Equine, Blue Room, Steininvest, CENE+, Snuff, Iris, Sevenworlds, Irse a Volver, PM24, Favor, Freshweb, Proba, MVNPer-media project names, comma-separated in media order (feeds the index column and the [number · name] lockup).
projectTypesstringMotion, Art Direction, Branding, Product Design, Photography, Web Design, Identity, Web Design, Branding, Editorial, Photography, Development, Art Direction, Branding, E-commerce, Web Design, Development, IdentityPer-media disciplines, comma-separated in media order (the [type · year] lockup).
projectYearsstring2025, 2023, 2024, 2026, 2026, 2025, 2023, 2024, 2026, 2024, 2023, 2025, 2024, 2024, 2025, 2025, 2026, 2025Per-media years, comma-separated in media order.
scaleIntensitynumber1Card size multiplier on the ring (1 = the reference).
holdDurationnumber0.9Seconds each card rests at the front before the ring flicks on — the main length control.
hoverEffectbooleantrueWhether 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.
showCursorbooleanfalseWhether the glass lens is drawn. Off keeps every reaction and shows nothing causing it.
cursorLabelstring""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.
mediaFitenumcropHow 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"
    }
  }
}