background-image
The background-image
action Sets a full-screen background image for the entire app. It belongs to the layout category within the undefined area.
Action Syntax
background-image https://...
A valid URL
background-image $variable
A variable name starting with $
background-image +imagetag
An image tag starting with +
Tags
blur=5
opacity=0.8
fixed
Examples
// Basic Usage
background-image https://example.com/image.jpg
// Using Variables
// Display dynamic content from variables
background-image $imageurl
Action code: 3078965930
Version: 0.0.1-1
Last updated: 2025-06-13