From b40accc480e57c9226efe6c78165cb3ea1504252 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Apr 2023 16:25:44 -0700 Subject: [PATCH] Specify all exclusions among image shortcode params --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2339f609..36292183 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ Parameters:
alt
Optional. String. Plain text. Image alt.
breakpoints
-
Optional. Boolean. Whether to generate copies of the image sized to each Bootstrap breakpoint.
+
Optional. Boolean. Whether to generate copies of the image sized to each Bootstrap breakpoint. Must not be set with densities, sizes, or srcset.
densities
Optional. String. Float numbers suffixed with an "x", delimited by spaces. The pixel densities of the image to generate. There must be at least two. The largest density matches the original image. Examples are 1x 2x, 1x 1.5x 2x 2.5x 3x, and 0.5x 1.33x 6x 10x. Must not be set with breakpoints, sizes, or srcset.
height
@@ -552,11 +552,11 @@ Parameters:
process
Optional. String or boolean. If a string, it is the Hugo image processing methods and options, mixed together. If no method is specified, resize is used. If no image dimensions are given, the originals are used. If a boolean that is true, the Hugo image processing method resize is used, and the default Hugo image processing options are used.
sizes
-
Optional. String. Image sizes.
+
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.
+
Optional. String. Image srcset. Must not be set with breakpoints or densities.
title
Optional. String. Plain text. Image title.
width