Pagination for Collection with multi-image field

I have a Gallery on the page that is a lightbox with multi-image connected to CMS. It looks like there is no way to turn on pagination for the Collection if it contains multi-image component. The only option I have is to limit items… I found this (see image) in the University lesson that makes me think that there is a way to do it but for some reason, I can’t find it. If there is a solution from Finsweet or with custom code I will appreciate if you share!


Here is my site Read-Only: Webflow - Continental Store Fixture Group

Galleries are on both Industries and Projects template page

I haven’t seen this restriction before, might be relatively new. In the past I’ve only seen anomalies with respect to ECom-bound collection lists and nested collection lists.

Your images are already WEBP’s which is excellent.

Even without pagination enabled, you may be able to use FS Load. I’d recommend some tests there first.

If that doesn’t work, you’d be building your own custom solution that works similarly ( not ideal ).

Experiment too with lazy loading. If you were to change your gallery to use e.g. swiperjs, and show 3 at a time, scrolling, you can still trigger the same gallery but while those items are off-screen the browser shouldn’t load them in a lazy-load config.

Did you find a solution to this, @Bonakaren? Having the same issue here.