Magazine 06
LoopMagazine06TemplateA book opens and its pages turn.
Loop · Magazine 6 of 7 · 2 to 20 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 |
|---|---|---|---|
loopDuration | number | 10 | |
loopRepeat | number | 2 | |
mediaFit | enum | crop | How each media fills its slot.One of: crop, natural |
foredge | enum | lines | One of: lines, image |
finish | enum | glossy | One of: flat, matte, glossy |
planeSize | number | 1450 | |
thickness | number | 5 | |
perspective | number | 100 | |
distance | number | 2200 | |
rotationX | number | -17 | |
rotationY | number | -27 | |
rotationZ | number | -11 | |
offsetX | number | 0 | |
offsetY | number | 0 | |
lightIntensity | number | 120 | |
lightAngle | number | 226 | |
lightHeight | number | 40 | |
spineWidth | enum | manual | One of: from image, manual |
cycles | number | 1 | |
cycleDeg | number | 360 | |
delay | number | 0 | |
direction | enum | reverse | One of: forward, reverse |
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 — Magazine 06
{
"id": "LoopMagazine06Template",
"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": "#0b0b0f",
"backgroundType": "gradient",
"backgroundGradientStart": "#111111",
"backgroundGradientEnd": "#444444",
"backgroundGradientNoise": 0,
"backgroundLibraryCategory": "same",
"backgroundLibraryImage": "",
"blurAmount": 0,
"backgroundOpacity": 1,
"borderRadius": 24,
"aspectRatio": "16:9",
"cropAspectRatio": "1:1",
"mediaFit": "crop",
"loopRepeat": 2,
"loopDuration": 10,
"foredge": "lines",
"finish": "glossy",
"planeSize": 1450,
"thickness": 5,
"perspective": 100,
"distance": 2200,
"rotationX": -17,
"rotationY": -27,
"rotationZ": -11,
"offsetX": 0,
"offsetY": 0,
"lightIntensity": 120,
"lightAngle": 226,
"lightHeight": 40,
"spineWidth": "manual",
"cycles": 1,
"cycleDeg": 360,
"delay": 0,
"direction": "reverse"
}
}
}