You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

558 B

categories date description tags title
paige
2023-01-04 Demonstration of the Paige image shortcode.
figures
shortcodes
Image Shortcode

Code:

{{</* paige/image src="stretch.webp" */>}}

Result:

{{< paige/image src="stretch.webp" >}}


Code:

{{</* paige/image src="stretch.webp" caption="Landscape" width="50%" link="https://github.com/willfaught/paige" */>}}

Result:

{{< paige/image src="stretch.webp" caption="Landscape" width="50%" link="https://github.com/willfaught/paige" >}}