From 94ce53f80bb4fa1c250b2bee4f5a4f199f6117d9 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 10 Dec 2022 18:37:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Adds=20docs=20for=20image=20widg?= =?UTF-8?q?et=20dimensions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/widgets.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/widgets.md b/docs/widgets.md index 873fe020..783fd26c 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -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