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

Jscrollpane for the images #71

Closed JohnGrab closed 7 years ago

JohnGrab commented 8 years ago

Hey,

first of all thanks for this nice framework.

Is there any possibility to put the images into a jscrollpane?

I need something like shown here (Horizontal only): http://jscrollpane.kelvinluck.com/fullpage_scroll.html

thanks alot.

John

rvera commented 7 years ago

I think it's possible, you'll need to integrate jscrollpane with this though, put your code on the initialized callback (so the DOM elements are already created) and then execute the Jscrollpane code.