diff --git a/README.md b/README.md
index 247395e2..42826349 100644
--- a/README.md
+++ b/README.md
@@ -482,7 +482,7 @@ Parameters:
- {{ if eq $type "grid" }}
+ {{ if eq $type "filled-rows" }}
+
+ {{ with $inner }}
+ {{ . }}
+ {{ else }}
+ {{ range $resources }}
+ {{ partial "paige/image.html" (dict
+ "breakpoints" $breakpoints
+ "densities" $densities
+ "fetchpriority" $fetchpriority
+ "height" $height
+ "linked" $linked
+ "loading" $loading
+ "maxheight" $maxheight
+ "maxwidth" $maxwidth
+ "process" $process
+ "resource" .
+ "style" "flex: 1 1 auto; object-fit: cover"
+ "width" $width
+ ) }}
+ {{ end }}
+ {{ end }}
+
+ {{ else if eq $type "grid" }}
{{ with $inner }}
@@ -56,6 +79,7 @@
"maxwidth" $maxwidth
"process" $process
"resource" .
+ "style" "height: auto; max-width: 100%"
"width" $width
) }}
@@ -80,6 +104,7 @@
"maxwidth" $maxwidth
"process" $process
"resource" .
+ "style" "height: auto; max-width: 100%"
"width" $width
) }}
{{ end }}