feat(custom): support dynamic string in image source

Resolves #94.
This commit is contained in:
Jake Stanger
2023-04-10 20:04:36 +01:00
parent b770ae716c
commit 3d308ab572
2 changed files with 26 additions and 13 deletions

View File

@@ -61,10 +61,10 @@ An image or icon from disk or http.
> Type `image`
| Name | Type | Default | Description |
|--------|-----------|---------|-------------------------------------------------------------|
| `src` | `image` | `null` | Image source. See [here](images) for information on images. |
| `size` | `integer` | `null` | Width/height of the image. Aspect ratio is preserved. |
| Name | Type | Default | Description |
|--------|-----------|---------|---------------------------------------------------------------------------------------------|
| `src` | `image` | `null` | Image source. See [here](images) for information on images. Embedded scripts are supported. |
| `size` | `integer` | `null` | Width/height of the image. Aspect ratio is preserved. |
#### Slider