I would like to combine both modules and get a slider which opens the photos in the lightbox when clicked.
This is what i have so far:
<Glider>
<Slider>
<Loop acf_gallery=my_images>
<Slide>
<a href="{Field url size=large}">
<img src="{Field url size=large}" />
</a>
</Slide>
</Loop>
</Slider>
</Glider>
The slider is working fine, besides, every single image also opens in the lightbox.
The only problem is that it is not possible to switch between the individual images in the lightbox. No arrows are displayed and swiping is not possible.