From b6a4d7c73b3a1295725c94966311cab433a31d14 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 5 Aug 2023 15:49:36 -0700 Subject: [PATCH] Add links in image shortcut sizes, srcset params --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99b4355f..2bbc93f5 100644 --- a/README.md +++ b/README.md @@ -639,11 +639,11 @@ 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.
sizes
-
Optional. String. Image sizes. Must not be set with breakpoints or densities.
+
Optional. String. Image sizes. Must not be set with breakpoints or densities.
src
Required. Position 0. String. URL. Image source.
srcset
-
Optional. String. Image srcset. Must not be set with breakpoints or densities.
+
Optional. String. Image srcset. Must not be set with breakpoints or densities.
style
Optional. String. CSS. Image style. Merged with implementation.
title