From 09cd12b96b6692898d63d6f2b11d7e42b411f136 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 25 Apr 2023 16:26:56 -0700 Subject: [PATCH] Remove axis details from gallery doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3c7841c..247395e2 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 rows layouts use the horizontal axis as the main axis, and the vertical axis as the cross axis. Must be grid or rows (default).
+
Optional. String. Type of layout. Must be grid or rows (default).
width
Optional. String. CSS value. Image width.