From abc0344c14e1c03bfafa23bba3ea398d058f9788 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 25 Apr 2023 16:25:06 -0700 Subject: [PATCH] Fix gallery doc to use rows name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b8701e..5c4c0350 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ Parameters:
process
Optional. String. Hugo image processing methods and options, mixed together, for the displayed image. If no method is specified, resize is used. If no image dimensions are specified, the originals are used. If it is default, the default options are used.
type
-
Optional. String. Type of layout. Grid and list layouts use the horizontal axis as the main axis, and the vertical axis as the cross axis. Must be grid or list. Default is list.
+
Optional. String. Type of layout. Grid and rows layouts use the horizontal axis as the main axis, and the vertical axis as the cross axis. Must be grid or rows. Default is rows.
width
Optional. String. CSS value. Image width.