diff --git a/README.md b/README.md index 59dc6b7a..2fc7de26 100644 --- a/README.md +++ b/README.md @@ -430,7 +430,7 @@ Parameters:
image
Optional. String. URL. Image source.
imageclass
-
Optional. String. Class attribute value.
+
Optional. String. Image class.
maxheight
Optional. String. CSS value. Image maximum height.
maxwidth
@@ -457,7 +457,7 @@ Parameters:
class
-
Required. Position 0. String. Class attribute value. Example is bi bi-github.
+
Required. Position 0. String. <i> class. Example is bi bi-github.
name
Optional. String. The screen reader description. Example is GitHub
url
@@ -494,11 +494,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. The img sizes attribute value.
+
Optional. String. Image sizes.
src
Required. Position 0. String. URL. Image source.
srcset
-
Optional. String. The img srcset attribute value.
+
Optional. String. Image srcset.
title
Optional. String. Plain text. Image title.
width