Show random 8 CMS items on page refresh

@Svensson

Here’s a cloneable I built of my approach. If you want to have a maximum # of random items, set your collection to no item-limit ( it will limit at 100 ), no pagination, and sort randomly. My sorting library will work on top of that.

The effect you’ll get is that every 12 hours, Webflow will randomly pick 100 of your total reviews. My library then resorts that 100 randomly on each page refresh.

If you avoid my “limit to” feature, you can combine it with a slider like splide.js to page through 10 at a time of those 100.