🔀 Merge pull request #1008 from Lissy93/FEATURE/static-widget-update

[FEATURE] Image widget update functionality
Fixes #992
This commit is contained in:
Alicia Sykes
2022-12-10 18:53:20 +00:00
committed by GitHub
3 changed files with 49 additions and 3 deletions

View File

@@ -254,6 +254,8 @@ Or what about showing a photo of the day? Try `https://source.unsplash.com/rando
**Field** | **Type** | **Required** | **Description**
--- | --- | --- | ---
**`imagePath`** | `string` | Required | The path (local or remote) of the image to display
**`imageWidth`** | `string` | _Optional_ | Specify a fixed width for rendered image. Accepts either integer value in `px`, or any string value with units (e.g. `420`, `100px`, `6.9rem`) (defaults to `auto`)
**`imageHeight`** | `string` | _Optional_ | Specify a fixed height for rendered image. Accepts either integer value in `px`, or any string value with units (e.g. `420`, `100px`, `6.9rem`) (defaults to `auto`)
#### Example