Slider Jquery UI

-2

I'm developing a slider where I need to display 4 images at a time, 2 up and 2 down, using jquerUI slider, I made an example in jsfiddle, but I'm only able to put all of them in line, eg jsfiddle:

link

I took this example on the internet and I'm trying to modify it the way I need it.

    
asked by anonymous 15.04.2014 / 15:56

1 answer

1

Furlan, the way you've set it up, I do not think it's possible.

Try to create blocks with 4 images, and make it appear one block at a time.

I updated your code ( link ), I left two images now, just to give an example.

Within a LI, try to leave the 4 images and have the slider display only ONE LI at a time.

Hugs

    
30.04.2014 / 16:12