Hi
I want to make a post carousel that can be scrolled through in an infinite loop, with 3 posts on the page at once.
I’ve tried using a nestable slider with a query loop for 3 posts on each slide and offsets for later slides, but this only works if the total posts are a multiple of 3. If not the final slide has a gap.
Is there a way to make this kind of carousel?
Thanks
Vik
Answering my own question in case someone else needs the answer - I managed to do this using the regular slider rather than the nestable one… since you can use a query on the slider itself rather than the slides.
Then I populated the title and content with dynamic data (luckily I only needed title and post content - I don’t think I could have added a featured image except as the background image…)
I have achieved it with nestable, I almost didn’t achieve it but I was able to do it well.