You can’t turn a normal Image element into a Cubic Panorama—panoramas live only in the layout background slot (see the Panoramas guide).
If maintaining separate layouts feels painful, the trick is to stop editing every layout and instead let one background source drive all of them:
- Create a FancyMenu variable (e.g.
panorama_choice) that holds the name of the panorama folder you want to show.
- In your layout’s Set Background → Cubic Panorama screen, use a placeholder in the folder/resource field so it reads that variable (the Resources doc confirms placeholders are supported in resource sources). For example, the path can be built from
{"placeholder":"getvariable","values":{"name":"panorama_choice"}} so you only change the variable once to swap the panorama everywhere.
- Change that variable via buttons/action scripts (e.g.
Set Variable Value) or even a remote config screen, and every layout that uses that background will update without touching each layout file.
If you still want to “fake” a panorama with tiled images, you’d have to assemble a wide image and use it as a repeating Image element (not a true cube panorama), but that also means you’re editing the element’s texture each time. Using the shared background + variable approach keeps you in one place.
Also, I can’t open GIF/URL links—if you need a human to inspect that asset, please press the “Request Human Help” button so they can take a look.