diff --git a/README.md b/README.md index 9d540ab6..ffc19abf 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ Parameters:
breakpoints
Optional. Boolean. Whether to generate copies of the image sized to each Bootstrap breakpoint. Must not use with densities. Only applies to raster images.
class
-
Optional. String. Image class. Merged with implementation.
+
Optional. String. Image class. Merged with implementation classes.
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 use with breakpoints. Only applies to raster images.
fetchpriority
@@ -542,7 +542,7 @@ 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. Only applies to raster images.
style
-
Optional. String. CSS. Image style. Merged with implementation.
+
Optional. String. CSS. Image style. Merged with implementation styles.
type
Optional. String. Type of layout. Must be "grid" or "rows" (default).
width
@@ -606,7 +606,7 @@ Parameters:
srcset
Optional. String. Image srcset. Must not use with breakpoints or densities.
style
-
Optional. String. CSS. Image style. Merged with implementation.
+
Optional. String. CSS. Image style. Merged with implementation styles.
title
Optional. String. Plain text. Image title.
width