0
I have a simple gallery, and when you select an image, that same image is loaded via ajax in a div that is positioned next to that gallery.
When I select the image only the image changes, only I would like to improve the aesthetics. Type, has the image A, B, C and D
I would like when I selected image B, its opacity was at 1, and the other images with an opacity of 0.7 (this is just an example), and if I selected image C it would be with opacity 1 and B would be 0.7
When you say "select", would you be hovering over the mouse? Clicking? Using a checkbox?
– Kazzkiq