I want to create an image carousel where on desktop the image (or images) are all on screen but on mobile the image (or images) overflow the container and the user can swipe the image left and right to see it all. Below is an example of what I have in mind. The slider component I don’t think will work because it animates from one slide to the next where I want the user to have full control of the image pan.
I saw in your CSS you had width: width: 0; which would have caused some issues. Try the code below. That should cover any possible scrollbar not showing. I haven’t tested it on a live site, but try publishing your site and testing.
I’m publishing it to the free/temporary Webflow hosted site, but not just previewing it so it does read other code that I have. Issue is on desktop and mobile. It’s not a huge deal if i have to have a scroll bar.