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

Clicking an image selects it, but does not add highlighting #100

Closed eXist73 closed 6 years ago

eXist73 commented 7 years ago

I'm using bootstrap and including the library as so:

    <link href="/css/image-picker.css" rel="stylesheet">
    <script src="/js/image-picker.min.js"></script>

Everything initializes correct, but when I try to select an image via clicking on it, the highlighting does not appear. If I use the option: hide_select: false and change the image via the select drop down, the highlighting works.

Update This seems to only be an issue with the minified version, the non-minified version works as expected.

rvera commented 6 years ago

Seems like it was an issue with the minified version, will be fixed on the new release. Thanks for reporting this.