Hi,
I'm trying to use the match pattern parameter to only display a subset of the images in a gallery (I want to put a gallery per section of my post).
I was expecting the gallery to only display the images starting with "prefixA", but it displays all images in the images folder.
Trying different patterns, it seems that irrespective what i put in the match param, all images are selected (even if providing an invalid match pattern)
Patterns tried:
Hi, I'm trying to use the match pattern parameter to only display a subset of the images in a gallery (I want to put a gallery per section of my post).
File structure:
Gallery code used (copied sample)
{{< gallery match="images/prefixA*" sortOrder="desc" rowHeight="150" margins="5" thumbnailResizeOptions="600x600 q90 Lanczos" previewType="blur" embedPreview=true loadJQuery=true >}}
I was expecting the gallery to only display the images starting with "prefixA", but it displays all images in the
images
folder. Trying different patterns, it seems that irrespective what i put in the match param, all images are selected (even if providing an invalid match pattern) Patterns tried:How do i correctly use the match parameter?