Stacking gapless images sliders

I need to stack three image sliders, or carousels, on top of each other. No gaps between them. The three images will create a larger image. It’s for a puzzle.

Can this be done with Ionic’s slidebox, or would something else like angular-carousel work better?

Thanks, Marcus

As long as you set the images to display:block, its possible

Great, that’s exactly what I meant. I’m pleased it can be done by ionic without extra plug-ins.

Just one thing missing. How do I get a reference to the image currently displayed in the slider? I need to know which image the user has selected in each slider.

Thanks.

You could do some with the ion-checkbox to keep track of what users select.