Does anybody knows a good solution (or maybe a plugin) to create a slider like on the picture below(with jquery, jquery ui, any other lib)?
So the idea is that basically you slide the background image, not one little indicator.
I'm trying to connect the ui slider with draggable property, but with not much luck. You can play here: JSBIN
Edit: You can make that image. place it inside a div make it overflow hidden. Make it draggable.
When the image is dragged, call the slider function of slider. This way it will look like a slider.