revolunet/angular-carousel

How do I enable show part of next slide?

SherifSharkawy opened this issue · 1 comments

I tried this, but it doesn't work

`

`

Hi!

Try add some css to li elements:

ul[rn-carousel] > li {
  /* … */
  left: 1em !important; /* set size of visible part of next slide here */
  right: 1em !important; /* and here */
  width: auto !important; /* if width is set to 100% */
}