harvesthq / chosen

Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly.
http://harvesthq.github.io/chosen/
Other
21.87k stars 4.11k forks source link

how to adjust the height of the selectbox itself? #2327

Closed uhb closed 8 years ago

uhb commented 9 years ago

I have options with images, using the imageselect plugin. Unfortunately, these images are larger than the normal height of the selectbox, they are 64x64px (the dropdowns show them correctly, but the selected item is cut .

How can I adjust the height of the selectbox to the desired value?

MrGeneric commented 9 years ago

Hey, Github issues are typically for bugs and feature requests, it's best to put support requests on Stack Overflow or in this case you could email the author of the image-select plugin at support@websemantics.ca

The plugin does support 64x64 images, as I edited the ones on the https://websemantics.github.io/Image-Select/ page and they displayed fine. Take a look at this simple example http://jsfiddle.net/jjc23sz0/1/

pfiller commented 8 years ago

Thanks for sharing that solution, @MrGeneric. Closing this up!