Fab // thanks! I had not noticed the "galleryalbumlist" input option there... Cheers
Hi, I'm having a problem with my galleries which I think is caused by using the galleryalbumlist variable which I have named gallery-select. What is happening is that all galleries display the first image of the gallery with ID 1. This is the code I am using:
[[!Gallery? &album=`[[*gallery-select]]` &toPlaceholder=`gallery`]]
[[!GalleryItem? &id=`1`]]
[[!+galitem.image:notempty=`
<div class="image">
<img class="[[+galitem.imgCls]]" src="[[+galitem.image]]" alt="[[+galitem.name]]" />
</div>
`]]
<div style="display: block; position: relative; overflow: hidden; margin: auto;">
[[!+gallery:notempty=`
[[+gallery]]
`]]
</div>
If I change the GalleryItem id to: &id=`2` then all the galleries show the second image (id 2) of the first gallery (id 1)