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

Where i can change the minimun of columns #142

Closed Toycles closed 5 years ago

Toycles commented 5 years ago

For default it makes row of 4 photos, hay can i change to get a grid of 3x3 if i have 3 options?

Thanks

Humni commented 5 years ago

As its just a list, you can use your own CSS to implement how the grid is displayed. Make sure you keep in mind different sized images. I'd recommend looking into CSS Grid.

As this is not a bug, I will be closing this issue. For support on implementing the CSS please go to Stack Overflow.