From e4e81fac8bdf2562eb21a17099889f0895347a0c Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Apr 2023 21:24:31 -0700 Subject: [PATCH] Update image shortcode doc --- exampleSite/content/shortcodes/image.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/shortcodes/image.md b/exampleSite/content/shortcodes/image.md index 117b5261..e6fccd89 100644 --- a/exampleSite/content/shortcodes/image.md +++ b/exampleSite/content/shortcodes/image.md @@ -71,17 +71,17 @@ Result: {{< paige/image maxwidth="10rem" src="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" >}} -## Method and options parameters +## Process parameter Code: ```go-text-template -{{}} +{{}} ``` Result: -{{< paige/image link="https://github.com/willfaught/paige" method="resize" options="550x webp picture Lanczos" src="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" >}} +{{< paige/image process="550x lanczos picture resize webp" src="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" >}} ## Src parameter