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

Making thumbnails responsive #56

Closed dcanora closed 7 years ago

dcanora commented 9 years ago

Great plugin! I'm wondering - is there a way to make the thumbnails responsive so they play nicely on mobile devices? Thanks!

David.

OpenCoreCH commented 9 years ago

I had to make the thumbnails responsive for a project I'm working on. My solution was to add width: 50% to ul.thumbnails.image_picker_selector li. Now they scale nicely on mobile devices.

Depending on your needs, you can play around with this value.

dcanora commented 9 years ago

Thanks for your reply. I'll give it a shot.

rvera commented 7 years ago

@pingtux proposals is the preferred one, this is up to each app and should be solved at the CSS layer.