Add gallery type filled-rows

This commit is contained in:
Will Faught
2023-04-25 16:37:03 -07:00
parent 09cd12b96b
commit 99befdc6ca
4 changed files with 59 additions and 14 deletions

View File

@@ -309,6 +309,18 @@ Result:
Code:
```go-text-template
{{</* paige/gallery images="*.jpg" maxheight="10rem" type="filled-rows" /*/>}}
```
Result:
{{< paige/gallery images="*.jpg" maxheight="10rem" type="filled-rows" />}}
---
Code:
```go-text-template
{{</* paige/gallery images="*.jpg" type="grid" /*/>}}
```