From 50874568e0192a5d89752a15aa7b24c9dfb9e71e Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Apr 2023 00:34:21 -0700 Subject: [PATCH] Minor rewording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4547b157..2ae0d416 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ Parameters:
breakpoints
Optional. Boolean. Whether to generate copies of the image sized to each Bootstrap breakpoint.
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 is the size of the original image. Examples: 1x 2x, 1x 1.5x 2x 2.5x 3x, 0.5x 1.33x 6x 10x. Must not be set with breakpoints, sizes, or srcset.
+
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 is the size of the original image. Examples are 1x 2x, 1x 1.5x 2x 2.5x 3x, 0.5x 1.33x 6x 10x. Must not be set with breakpoints, sizes, or srcset.
height
Optional. String. CSS value. Image height.
link