diff --git a/README.md b/README.md index 252773a8..31872565 100644 --- a/README.md +++ b/README.md @@ -565,6 +565,7 @@ The `paige/gallery` shortcode provides a figure with a collection of images. ``` {{< paige/gallery align="center" + caption="My caption" height="10rem" images="*.jpg" justify="center" @@ -613,6 +614,8 @@ Parameters:
align
Optional. String. Cross axis alignment. Must be start, center, end, etc. See align-items.
+
caption
+
Optional. String. Markdown. Descriptive text below the image or images.
height
Optional. String. CSS value. Image height.
image