div-image-background
Background image.
Parameters
Parameters | Description |
---|---|
image_url |
string Required parameter. Image URL. The value must be a valid URL. |
type |
string Required parameter. The value must always be |
alpha |
number Image transparency. Restriction for the value Default value: |
content_alignment_horizontal |
string Horizontal image alignment. Possible values: Default value: |
content_alignment_vertical |
string Vertical image alignment. Possible values: Default value: |
filters |
array Image filters. List of possible values: |
preload_required |
bool_int Background image must be loaded before the display. Default value: Available platforms: Android. |
scale |
string Image scaling. Possible values: Default value: |
JSON
{
type*: "image",
alpha: "number",
content_alignment_horizontal: "string",
content_alignment_vertical: "string",
filters: [ div-filter, ... ],
image_url*: "string",
preload_required: "bool_int",
scale: "string"
}