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

How to change image size - width and height? #34

Closed ghost closed 10 years ago

ghost commented 10 years ago

My question is how to change the size (width, height in px) in Image-Picker or if in this version there is no such option then I will offer to add option with which you can change the images size - width and height. :)

rvera commented 10 years ago

It will respect the size of your original pictures, if you want to resize then you can do it through css.

.thumbnails.image_picker_selector  img {
  width: 200px,
}
ghost commented 10 years ago

Thanks for the answer. :)

rvera commented 10 years ago

Glad you found it helpful