I'm currently working on creating an image slider with a scrollbar positioned at the bottom. The main idea is to display the images in fullscreen mode with the active image centered, flanked by two other images on each side.
One challenge I faced was ensuring that the scrollbar remains independent from the slider itself. Despite my best efforts, I couldn't resolve this issue.
After some guidance from @kip, I learned that I need to remove a class for the central image and add a new class named 'img-slider-other' to all other images.
https://i.sstatic.net/jtQwz.jpg