NUKnightLab / juxtapose

JuxtaposeJS is a JavaScript library for making before/after image sliders
http://juxtapose.knightlab.com/
Other
838 stars 133 forks source link

Multiple Sliders #177

Open RedMonster2 opened 2 years ago

RedMonster2 commented 2 years ago

Is it possible to make more than just a pair of images? for example, if I have 3 images showing different lighting shaders on a render, I may want to put all three in to one of these, so there would be two sliders, could this be achieved? If not, could this be made a feature?

christopher-besch commented 2 years ago

If you're interested in comparing more than two images, you can take a look at compare_view: https://octoframes.github.io/compare_view Though it currently only supports more than two images in it's circular comparison, it's using the HTML Canvas API under the hood. Therefore a second slider would be rather easy to implement. If you're interested, you might want to open an issue.