The App Store shows up to 10 screenshots in a swipeable carousel. Top-100 apps almost always design these as one continuous story, not 10 disconnected images. Multi-panel is built around this — pick 3–5 panels, design the carousel as a whole, export as a unit.
By default, every panel uses the global background (set via the Background controls in the sidebar). For a gradient, that gradient is sliced per panel at render time, so a multi-panel gradient reads as one continuous gradient across the App Store carousel.
Override per-panel: pick a panel, switch the background to "Per-panel" in the sidebar, and you can give that one panel its own background.
Any layer (text, device, image, SVG) can become a row layer that crosses all panels. Select the layer → properties → toggle "Span over all panels". The layer's x-coordinate switches to a global row-coord-space. Common uses:
The handles for a spanning layer can extend outside individual panel boundaries — they stay visible via the dedicated HandlesOverlay that lives outside the per-panel clipping.
Most carousels use the same device frame across all panels (iPhone 16 Pro Max for instance), but you can mix freely — e.g., one panel showing an iPad, the rest showing iPhone. Use device-pin instead of Auto for the iPad panel.
Things that work well across multi-panel:
App Store accepts up to 10 screenshots per device class per locale. Screenshotify imposes no limit on the editor side, but more than 7 panels gets visually exhausting.
No — all panels in a project share one size (panel-width × panel-height). Change panel size globally via the export-format dropdown.
Make it a spanning text layer. One layer, every panel renders it. Edit once, all panels update.