Portrait story with quote component on nature background
| 1 | { |
| 2 | "width": 1080, |
| 3 | "height": 1920, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 8, |
| 9 | "background": "#000000", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "image", |
| 13 | "src": "examples/nature-mountain.jpg", |
| 14 | "fit": "cover", |
| 15 | "opacity": 0.5, |
| 16 | "z_index": 0 |
| 17 | }, |
| 18 | { |
| 19 | "type": "component", |
| 20 | "component_id": "social/quote", |
| 21 | "variables": { |
| 22 | "quote": "The best time to plant a tree was 20 years ago. The second best time is now.", |
| 23 | "author": "Chinese Proverb" |
| 24 | }, |
| 25 | "position": "center", |
| 26 | "width": 900, |
| 27 | "height": 500, |
| 28 | "z_index": 1, |
| 29 | "fade_in": 0.8, |
| 30 | "fade_out": 0.8 |
| 31 | } |
| 32 | ] |
| 33 | } |
| 34 | ] |
| 35 | } |