Hello,
I'm quit new to MODX and i want to make a gallery, after reading i came to the conclusion that the snippet getImages should do the job perfectly, so i downloaded it.
But to me it's like abracadabra...
I have this code in my html:
<ul class="works-grid">
<li class="work-item">
<a href="assets/images/vastgoed/groot/01-min.jpg" class="work-lightbox-link">
<div class="work-img">
<img src="assets/images/vastgoed/klein/01-min.jpg" />
</div>
</a>
</li>
</ul>
(above one <li> for the example, but there are 16 of them, so 16 images to start with)
it's pretty staightforward html, and static it works like charm, but i can't figure out how to make this work with getImages, There's no info about it in Dutch, i just can't figure it out.. I know very little about placeholders etc.
I understand that it must be possible to getl all images in a file (for example assets/images/etc....) at once and that would be great.
Is there anyone who can help me, i would be very, very thankfull