Having some issues with the logo component (the one with an interaction/scrolls across the screen) any good explainer videos on how it works out there?
For some reason the logos are now showing up as two rows? I'm completely new to all this so it's hard to figure out. If I want to add more logos, do I need to add more columns to the grid to accommodate them?
Turns out I had too many logos for not enough columns, so webflow was shifting them onto a new line...I only figured this out by zooming out 100% so I could see what was happening...is there a way to scroll across for this kind of page spill off? The animation is also a bit clunky/glitchy, any solve for this?
I'll create a video for this and provide some custom code that should make all of this much easier Joe. Apologies for the issues here.
Thanks. What's the max number of logos you think we can show? I've got 30 logos. So 15 columns for the grid and 15 logos under each logo_list. At the moment it doesn't run through all the logos... Silly question but am I supposed to have a copy of logos_list1 in logos_list2 (at the moment I haven't, they're all unique)?
Thanks Matt, really helpful, takeaways--
Change individual logo Load setting to Eager (under Settings).
The two logo lists are duplicates -- create the first list and then make a duplicate (less headaches).
If you add more logos, to get the scroll timing, edit grid - add the gap distance to column width and multiply this by number of logos to give you your Move value (e.g. 1.5 rem (gap) + 12.5 rem (column width) = 14 rem -- 14 x 10 (no of logos) = -140 rem.
You didn't mention, but I take it you also need to add addtional columns to the grid to accommodate more logos?
ah yes, that might need to be the case - adding additional columns and setting the column width as per the other columns - apologies for missing that!