From f4aca6a03fea57e918056309335d2bc193251094 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 8 Jan 2023 23:17:34 -0800 Subject: [PATCH] Specify args must come together --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2912d251..7403e2ac 100644 --- a/README.md +++ b/README.md @@ -663,9 +663,9 @@ Parameters:
justify
Optional. Flexbox main axis space distribution. Must be start, center, end, etc. See justify-content.
method
-
Optional. Hugo image processing method. Must be crop, fill, fit, or resize. Default is resize. See Image Processing Methods.
+
Optional. Hugo image processing method. Must be crop, fill, fit, or resize. Default is resize. Must be specified with options. See Image Processing Methods.
options
-
Optional. Hugo image processing options. Default is 550x webp picture Lanczos. See Image Processing Options.
+
Optional. Hugo image processing options. Default is 550x webp picture Lanczos. Must be specified with method. See Image Processing Options.
type
Optional. Type of layout. Must be grid or list. Default is list.
width