Skip to main content

Image mobile component

Display an image.

An image sourced from a URL or Base64-encoded file.

Image

Properties

cornerType
'square' │ 'round' | 'circle'

The corner style.

dbBlobId
string

The ID of the uploaded image.

id
string

The name of the component.

mode
'cover' | 'contain' | 'stretch' | 'center'

The image fit.

pluginType
string

The component type.

ratio
number

The width/height ratio with which to render.

src
string

The source URL.

srcType
'src' | 'blob'

The src type.