DEV Community

Discussion on: CSS-only horizontally-scrolling cards with snapping

Collapse
 
jeremydouglas profile image
Jeremy D. Hoover

Yes, that works. I solved this in another way on a lower budget site. I went with multiple rows of cards and an expand link. This changes the entire row from a horizontal scroll to a simple list.

Thread Thread
 
allanwhite profile image
Allan White

I just happened to swing back by your comment Jeremy, the toggling layout you have is a really snappy, simple solution to that challenge. Lets the user decide (with low "penalty") how they want to navigate the items. 👏