From 726dae573755e9d5f1a652a8f84458ef4ffa1d49 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 10 Jan 2023 21:19:48 -0800 Subject: [PATCH] Remove pixel unit from height, width params --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e450833b..2d4dff54 100644 --- a/README.md +++ b/README.md @@ -603,7 +603,7 @@ Parameters:
caption
Optional. String. Markdown. Descriptive text that appears centered below the image.
height
-
Optional. String. Image height in pixels.
+
Optional. String. Image height.
link
Optional. String. URL. Image link.
maxheight
@@ -619,7 +619,7 @@ Parameters:
title
Optional. String. Plain text. Image title.
width
-
Optional. String. Image width in pixels.
+
Optional. String. Image width.
### Gallery @@ -663,7 +663,7 @@ Parameters:
caption
Optional. String. Markdown. Descriptive text that appears centered below the images.
height
-
Optional. String. Height of the image or images in pixels.
+
Optional. String. Image height.
image
Optional. String. Page, site, or remote image glob. Only used in the inner content of this shortcode.
images
@@ -681,7 +681,7 @@ Parameters:
type
Optional. String. Type of layout. Must be grid or list. Default is list.
width
-
Optional. String. Width of the image or images in pixels.
+
Optional. String. Image width.
## Customization