I want to have a masonry layout in my collection list. Every collection item consists of a div with video module and tekst beneath it.
I used the column way to achieve this, but whatever I do it’s only the first column that loads the video urls. So weird. I’ve tried to change the limit and other things, but whatever I do, video urls will not load in the second or third column - only in the first.
The video modules load the urls just fine if I switch to flexbox, grid or something else, or if the item is in the first column.!
What am I doing wrong? Is it a bug?