diff --git a/exampleSite/content/shortcodes/figure.md b/exampleSite/content/shortcodes/figure.md
index 13633fdd..87c1ead4 100644
--- a/exampleSite/content/shortcodes/figure.md
+++ b/exampleSite/content/shortcodes/figure.md
@@ -115,22 +115,6 @@ Hickory dickory dock. The mouse ran up the clock. The clock struck one, }}
-Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
-{{* /paige/figure */>}}
-```
-
-Result:
-
-{{< paige/figure caption="Hickory Dickory Dock" height="20rem" >}}
-Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
-{{< /paige/figure >}}
-
## Horizontal parameter
Code:
@@ -266,15 +250,15 @@ Code:
```go-text-template
-{{* paige/figure caption="Hickory Dickory Dock" height="20rem" vertical="start" */>}}
+{{* paige/figure caption="Hickory Dickory Dock" vertical="start" */>}}
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
{{* /paige/figure */>}}
-{{* paige/figure caption="Hickory Dickory Dock" height="20rem" vertical="center" */>}}
+{{* paige/figure caption="Hickory Dickory Dock" vertical="center" */>}}
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
{{* /paige/figure */>}}
-{{* paige/figure caption="Hickory Dickory Dock" height="20rem" vertical="end" */>}}
+{{* paige/figure caption="Hickory Dickory Dock" vertical="end" */>}}
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
{{* /paige/figure */>}}
@@ -285,15 +269,15 @@ Result:
-{{< paige/figure caption="Hickory Dickory Dock" height="20rem" vertical="start" >}}
+{{< paige/figure caption="Hickory Dickory Dock" vertical="start" >}}
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
{{< /paige/figure >}}
-{{< paige/figure caption="Hickory Dickory Dock" height="20rem" vertical="center" >}}
+{{< paige/figure caption="Hickory Dickory Dock" vertical="center" >}}
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
{{< /paige/figure >}}
-{{< paige/figure caption="Hickory Dickory Dock" height="20rem" vertical="end" >}}
+{{< paige/figure caption="Hickory Dickory Dock" vertical="end" >}}
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
{{< /paige/figure >}}
@@ -336,7 +320,7 @@ Hickory dickory dock. The mouse ran up the clock. The clock struck one, }}
+{{* paige/figure caption="Hickory Dickory Dock" float="start" number=7 width="20rem" */>}}
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
{{* /paige/figure */>}}
@@ -345,7 +329,7 @@ I made a huge tiny mistake. In fact, it was a box of Oscar's legally obtained me
Result:
-{{< paige/figure caption="Hickory Dickory Dock" float="start" height="20rem" number=7 vertical="end" width="10rem" >}}
+{{< paige/figure caption="Hickory Dickory Dock" float="start" number=7 width="20rem" >}}
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
{{< /paige/figure >}}
@@ -358,13 +342,21 @@ I made a huge tiny mistake. In fact, it was a box of Oscar's legally obtained me
Code:
```go-text-template
-{{* paige/figure caption="Hickory Dickory Dock" height="20rem" horizontal="end" maxwidth="10rem" number=7 vertical="center" */>}}
+
+
+{{* paige/figure caption="Hickory Dickory Dock" horizontal="end" maxwidth="20rem" number=7 vertical="end" */>}}
Hickory dickory dock. The mouse ran up the clock. The clock struck one, The mouse ran down, Hickory dickory dock.
{{* /paige/figure */>}}
+
+