diff --git a/README.md b/README.md index 9c440519..a9157be0 100644 --- a/README.md +++ b/README.md @@ -584,9 +584,13 @@ The `paige/image` shortcode provides a figure with a centered image. {{< paige/image alt="My alt" >}} caption="My caption" - link="https://xkcd.com/149" - src="https://imgs.xkcd.com/comics/sandwich.png" + height="10rem" + link="https://github.com/willfaught/paige" + method="resize" + options="550x webp picture Lanczos" + src="me.jpg" title="My title" + width="10rem" >}} ``` Parameters: @@ -596,12 +600,20 @@ Parameters:
caption
height
link
title
method
crop
, fill
, fit
, or resize
. Must be specified with options
. See Image Processing Methods.options
method
. See Image Processing Options.src
title
width