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

Modal or Pop-Up Mode #129

Closed jneilliii closed 5 years ago

jneilliii commented 6 years ago

Is it possible to use this plugin as a modal pop-up for image selection? All the demos appear to be inline and outside of that the plugin works perfectly for my use case. I'd like to be able to display the select list, and on click show the modal image picker window allowing for multi-select, etc.

Humni commented 5 years ago

You should be able to embed the image picker inside a modal, based on a button click which opens the modal, if you embed the image picker inside a modal and initialize it after the modal has been loaded then it should all work as expected. I'll close this for now but if you run into trouble I don't mind re-opening the issue to get it working for this use case.