From 20b35856554c4ec3579333ccc4255dc642c3b965 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 10 Jan 2023 21:19:59 -0800 Subject: [PATCH] Simplify doc wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d4dff54..215d4861 100644 --- a/README.md +++ b/README.md @@ -671,9 +671,9 @@ Parameters:
justify
Optional. String. Flexbox main axis space distribution. Must be start, center, end, etc. See justify-content.
maxheight
-
Optional. String. Maximum height of the image or images.
+
Optional. String. Maximum image height.
maxwidth
-
Optional. String. Maximum width of the image or images.
+
Optional. String. Maximum image width.
method
Optional. String. Hugo image processing method. Must be crop, fill, fit, or resize. Default is resize. Must be specified with options. See Image Processing Methods.
options