From 523ee1c4b2df56346e3b1f1a6cf5c12092708aa4 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Apr 2023 16:24:18 -0700 Subject: [PATCH] Minor doc rewording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed2555dd..2339f609 100644 --- a/README.md +++ b/README.md @@ -540,7 +540,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 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.
+
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
Optional. String. CSS value. Image height.
link