Limit multi image collection list

I am using multi images field in cms.
I need to limit the multi image collection list and set specific start at position.

I see the option to set start at for normal cms list, but not for multi image collection list.

What to do?


Here is my site Read-Only: LINK
([how to share your site Read-Only link][2])

[2]: Share a read-only link | Webflow University ppp

I’m stuck at the exact same problem, have you found the solution?

You could use Javascript, or you can just use custom CSS to hide the unwanted elements.
Read up on :nth-child and related CSS pseudoselectors.