rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
907 stars 216 forks source link

Option to change style of images that are not selected #137

Closed CloudTheWolf closed 4 years ago

CloudTheWolf commented 5 years ago

Not sure if there is something already in place for this, but I'm looking for a way to change the style of the images that are not the selected one.

Eg All 3 Images start at 100% opacity. I select image 2 (The normal selected styles apply) and images 1 and 3 reduce opacity to 20%.

Humni commented 4 years ago

You should be able to use CSS for this. You will be able to ask this on StackOverflow as this is not specific to this library I believe (please comment if you believe otherwise)