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
906 stars 216 forks source link

Image size cannot be managed #94

Closed abhayjatindoshi closed 7 years ago

abhayjatindoshi commented 7 years ago

In cases where high res images are used, the options should be able to resize itself to fill with the screen. It would make the select option more user friendly. Especially on phones and tablets.

rvera commented 7 years ago

The idea is that you do this using css. Since this is a client size lib, the images are displayed at the same size they are fetched.