I have a neat slideshow on my website showcasing 10 different images.
My goal is to let users click on any image in the slideshow and have that specific image display below the slideshow without affecting its position.
Instead of using a lightbox or modal window, I want the selected image to seamlessly appear on the page under the slideshow.
Is there a way to achieve this using JavaScript, CSS, or Bootstrap?
Despite my efforts to search online for solutions, I haven't found anything helpful yet. Any guidance would be greatly appreciated.