1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

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
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
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