diff --git a/exampleSite/content/shortcodes/gallery/index.md b/exampleSite/content/shortcodes/gallery/index.md index 84fca1c7..745993f0 100644 --- a/exampleSite/content/shortcodes/gallery/index.md +++ b/exampleSite/content/shortcodes/gallery/index.md @@ -69,12 +69,12 @@ Result: Code: ```go-html-template -{{}} +{{}} ``` Result: -{{< paige/gallery breakpoints=true images="*-2.jpg" />}} +{{< paige/gallery breakpoints=true images="large/*.jpg" />}} ## Class parameter diff --git a/exampleSite/content/shortcodes/gallery/large/1.jpg b/exampleSite/content/shortcodes/gallery/large/1.jpg new file mode 100644 index 00000000..023ef1e0 Binary files /dev/null and b/exampleSite/content/shortcodes/gallery/large/1.jpg differ diff --git a/exampleSite/content/shortcodes/gallery/large/2.jpg b/exampleSite/content/shortcodes/gallery/large/2.jpg new file mode 100644 index 00000000..4e35a708 Binary files /dev/null and b/exampleSite/content/shortcodes/gallery/large/2.jpg differ