From f5ac380a60e20877831c29ed3564d82b50433f2a Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 5 Mar 2025 16:08:33 -0800 Subject: [PATCH] Change raster to vector --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4bd9fa6..9ce6c630 100644 --- a/README.md +++ b/README.md @@ -532,7 +532,7 @@ Parameters:
justify
Optional. String. Main axis space distribution. Must be "around", "between", "center", "end", "evenly", or "start".
linked
-
Optional. Boolean or string. Wraps the image in an anchor. If it is a string, it is Hugo image processing methods and options, mixed together, for the linked 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. If it is a Boolean, it is unprocessed. Must be a Boolean for raster images.
+
Optional. Boolean or string. Wraps the image in an anchor. If it is a string, it is Hugo image processing methods and options, mixed together, for the linked 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. If it is a Boolean, it is unprocessed. Must be a Boolean for vector images.
loading
Optional. String. Must be "eager" (default) or "lazy".
maxheight
@@ -590,7 +590,7 @@ Parameters:
link
Optional. String. URL. Image link. Must not use with linked.
linked
-
Optional. Boolean or string. Wraps the image in an anchor. If it is a string, it is Hugo image processing methods and options, mixed together, for the linked 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. If it is a Boolean, it is unprocessed. Must be a Boolean for raster images. Must not use with link.
+
Optional. Boolean or string. Wraps the image in an anchor. If it is a string, it is Hugo image processing methods and options, mixed together, for the linked 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. If it is a Boolean, it is unprocessed. Must be a Boolean for vector images. Must not use with link.
loading
Optional. String. Must be "eager" (default) or "lazy".
maxheight