I was in your position just a few days ago and wanted to have a slider that can be dragged left to right and vice versa, with CMS items inside. I did a lot of research and came to a conclusion that swiper.js is the ideal solution for this. You simply have to integrate swiper.js on your site and select from this list of demos which slider suits your needs best: Swiper Demos
Yep. Just add two divs inside the .swiper-containernamed .swiper-button-next and .swiper-button-prev (or whatever you’d like to name them, just make sure the class name matches the name inside the JS that is in your </body> tag)
And of course, make sure to add this bit inside the new swiper var that you are creating:
Hi @aditya1 ~ this is all good news, but I still cannot get this to function as it should. I simply want a gallery to show one image at a time, but the gallery wants to show ALLL the images at the same time, stacked.
I want a CMS Collection called ‘shoots’, and within each that collection, each post would have 20 images or so. I want each post to show the multi-image gallery one at a time. I’ve structured the setup like this, and it’s not happening. Any tips?
I’d place a normal collection list first and connect it to the right CMS table, and inside the “collection-item” I’d drop another collection list and link it to the multi-image field. Then I’d rename this collection list to the swiper classnames. Can you try this out if it makes sense?
It appears that I can’t put a collection inside a collection item ~ So this is still not working for me to view a multi image collection one slide at a time.
Damnnnn, I need to make this work.