How to create CMS Multi-image sliders (without lightbox/ Ecomerce)

Hi everyone

I am looking for a solution for linking multi-images from one collection with each slider.

As http://www.kerez.ch/ or http://asome.webflow.io/ these two websites present, after you clicking the image, the image will turn into another one. I found it could be achieved by using custom code on CMS page,(CMS Multi-Image Slider Demo - Webflow by jeffs) but it’s not what I want.

The idea of website is that client can easily update projects through CMS with multi-images, and whole projects’ thumbnail image will randomly layout with every refresh. While clicking at image in each slider, it will transition to another one. I have done most part but with multi-image part left.

Thanks

https://preview.webflow.com/preview/random-gallery?utm_medium=preview_link&utm_source=designer&utm_content=random-gallery&preview=c65cf29a8e64991641f341adf1cb3e1f&mode=preview
https://random-gallery.webflow.io/

okay I don’t know about the whole random thumbnail thing, but I found out that if you setup the easing in the code to 1ms instead of 500ms “slide.style.transition = ‘transform 1ms ease 0s’;”
that does the trick about the “clicking” effect