display-image
Overview
Version compatibility
The display-image
component was visually updated in version 4.74.0 of JourneyApps Runtime.
Basic Example
Standard Attributes
bind
bindbind
Use src
to display an image asset.
display-image
cannot have both src
and bind
attributes.
src
src
Optional
Type: string
Default: unset
src
can be used to display an image asset rather than a photo
field or variable (assets are uploaded via OXIDE).
Use bind
to display a photo
field or variable.
display-image
cannot have both src
and bind
attributes.
Advanced Attributes
show-if
and hide-if
show-ifhide-ifshow-if
and hide-if
Last updated