e8-image
Updated on Aug 14, 2025 6 minutes to readLightweight renderer for file or url sources with explicit pixel sizing.
Overview
<e8-image> renders an image from different source types.
<e8-image
:source="object.file"
source-type="file"
width="320"
/>
🔽 Show more
Properties
| Property | Description | Type | Default |
|---|---|---|---|
height | Desired height in px. | number | — |
source | The image source. Meaning depends on source-type. | string | — |
source-type | Controls how source is interpreted. | E8ImageSourceTypes | — |
width | Desired width in px. | number | — |