I am trying to create a scrollable div in the x-axis that displays images at 100% of the container's width. The goal is for only one image to be visible within the container at a time.
https://i.sstatic.net/ORRBF.png Unfortunately, all the images are currently rendering on the screen at once.
This is the code I have so far: https://i.sstatic.net/AiTkx.png
My objective is to make all the images scrollable, while each image maintains the width of the container.