angular-carousel icon indicating copy to clipboard operation
angular-carousel copied to clipboard

Multiple Images

Open sicollins opened this issue 9 years ago • 3 comments

I'd like to have N images in my carousel per slide. Is this possible or something in the pipeline?

All examples I've seen all have just image visible in the viewport.

sicollins avatar Apr 16 '15 12:04 sicollins

I found the answer (kind of) http://stackoverflow.com/questions/26252038/multi-item-responsive-carousel....

However it would be nice to give angular-carousel an array of items and a param to set how many per slide and it do everything else.

Is this something has been tried in the past by anyone?

When I get time I'll fork the repo and look into the code.

sicollins avatar Apr 16 '15 14:04 sicollins

well this is just a matter of template. if you organize your data it should be easy. here's a non-working exampe but gives you the idea : https://github.com/revolunet/angular-carousel/blob/master/demo/flickr-full/index.html#L85-L95

revolunet avatar Apr 16 '15 14:04 revolunet

Is there any possibility to get next element with multiple items per view(slide), e.g. if you have 2 items in slide when click next - move slide to half ow slide with.

there is jQuery slider that have imaginable features http://dev7studios.com/caroufredsel-old/examples/basic-carousels.php

ivan-zakharchuk avatar May 14 '15 17:05 ivan-zakharchuk