Basically its a staff page and I want to change photos on hover. Each persona is a collection item.
I can’t wrap my head around how to do it. I’ve read in another topic about trick where you can overlap 2 images and trigger them via interaction. Basically hide photo on top when i hover over an item.
Sounds good in theory but when I do that, each item triggers all other items.
See here: http://downtowncredo.webflow.io/staff
Don’t set a new class name for each collection item, that’s my mistake.
Follow this easy step;
Place a div block in absolute mode to cover the original image.
Create a new interaction for this new div block, set initial appearance as 0% opacity, go to triggers > hover > hover over, 100% opacity > hover out, 0% opacity.