Add gallery post
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 87 KiB |
After Width: | Height: | Size: 66 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 8.7 KiB |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 89 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 56 KiB |
@ -0,0 +1,70 @@
|
||||
---
|
||||
title: "Gallery Shortcodes"
|
||||
date: "2023-01-01"
|
||||
description: "Demonstration of the `paige/gallery` and `paige/gallery/item` shortcodes."
|
||||
---
|
||||
|
||||
## `paige/gallery` shortcode
|
||||
|
||||
### Grid display
|
||||
|
||||
{{< paige/gallery images="1*" caption="1 image" />}}
|
||||
{{< paige/gallery images="2*" caption="2 images" />}}
|
||||
{{< paige/gallery images="3*" caption="3 images" />}}
|
||||
{{< paige/gallery images="4*" caption="4 images" />}}
|
||||
{{< paige/gallery images="5*" caption="5 images" />}}
|
||||
{{< paige/gallery images="6*" caption="6 images" />}}
|
||||
{{< paige/gallery caption="All images" />}}
|
||||
|
||||
### List display
|
||||
|
||||
{{< paige/gallery images="1*" caption="1 image" display="list" />}}
|
||||
{{< paige/gallery images="2*" caption="2 images" display="list" />}}
|
||||
{{< paige/gallery images="3*" caption="3 images" display="list" />}}
|
||||
{{< paige/gallery images="4*" caption="4 images" display="list" />}}
|
||||
{{< paige/gallery images="5*" caption="5 images" display="list" />}}
|
||||
{{< paige/gallery images="6*" caption="6 images" display="list" />}}
|
||||
{{< paige/gallery caption="All images" display="list" />}}
|
||||
|
||||
## `paige/gallery/item` shortcode
|
||||
|
||||
{{< paige/gallery caption="1 image" >}}
|
||||
{{< paige/gallery/item image="*-1*" caption="Image 1" >}}
|
||||
{{< /paige/gallery >}}
|
||||
|
||||
{{< paige/gallery caption="2 images" >}}
|
||||
{{< paige/gallery/item image="*-2*" caption="Image 1" >}}
|
||||
{{< paige/gallery/item image="*-3*" caption="Image 2" >}}
|
||||
{{< /paige/gallery >}}
|
||||
|
||||
{{< paige/gallery caption="3 images" >}}
|
||||
{{< paige/gallery/item image="*-4*" caption="Image 1" >}}
|
||||
{{< paige/gallery/item image="*-5*" caption="Image 2" >}}
|
||||
{{< paige/gallery/item image="*-6*" caption="Image 3" >}}
|
||||
{{< /paige/gallery >}}
|
||||
|
||||
{{< paige/gallery caption="4 images" >}}
|
||||
{{< paige/gallery/item image="*-7*" caption="Image 1" >}}
|
||||
{{< paige/gallery/item image="*-8*" caption="Image 2" >}}
|
||||
{{< paige/gallery/item image="*-9*" caption="Image 3" >}}
|
||||
{{< paige/gallery/item image="*-10*" caption="Image 4" >}}
|
||||
{{< /paige/gallery >}}
|
||||
|
||||
{{< paige/gallery caption="5 images" >}}
|
||||
{{< paige/gallery/item image="*-11*" caption="Image 1" >}}
|
||||
{{< paige/gallery/item image="*-12*" caption="Image 2" >}}
|
||||
{{< paige/gallery/item image="*-13*" caption="Image 3" >}}
|
||||
{{< paige/gallery/item image="*-14*" caption="Image 4" >}}
|
||||
{{< paige/gallery/item image="*-15*" caption="Image 5" >}}
|
||||
{{< /paige/gallery >}}
|
||||
|
||||
{{< paige/gallery caption="6 images" >}}
|
||||
{{< paige/gallery/item image="*-16*" caption="Image 1" >}}
|
||||
{{< paige/gallery/item image="*-17*" caption="Image 2" >}}
|
||||
{{< paige/gallery/item image="*-18*" caption="Image 3" >}}
|
||||
{{< paige/gallery/item image="*-19*" caption="Image 4" >}}
|
||||
{{< paige/gallery/item image="*-20*" caption="Image 5" >}}
|
||||
{{< paige/gallery/item image="*-21*" caption="Image 6" >}}
|
||||
{{< /paige/gallery >}}
|
||||
|
||||
Photos by [Lanty](https://unsplash.com/@photos_by_lanty).
|
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 42 KiB |