From ce4651a693b2608f806bf21a5c1cf3863a3bdbc6 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 23 Jan 2023 21:45:54 -0800 Subject: [PATCH] Specify all gallery shortcode align, justify param values --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1c5a885..bb10dc97 100644 --- a/README.md +++ b/README.md @@ -605,7 +605,7 @@ Parameters:
align
-
Optional. String. Cross axis alignment. Must be start, center, end, etc. Must not be used when nested. See align-items.
+
Optional. String. Cross axis alignment. Must be baseline, center, end, start, or stretch. Must not be used when nested.
caption
Optional. String. Markdown. Descriptive text below the image or images.
height
@@ -615,7 +615,7 @@ Parameters:
images
Optional. Position 0. String. Page, site, or remote images glob. Default is all image page resources.
justify
-
Optional. String. Main axis space distribution. Must be start, center, end, etc. Must not be used when nested. See justify-content.
+
Optional. String. Main axis space distribution. Must be around, between, center, end, evenly, or start. Must not be used when nested.
maxheight
Optional. String. CSS value. Maximum image height.
maxwidth