Link2Twenty / l2t-paper-slider

Polymer element for displaying slides in a carousel
https://www.webcomponents.org/element/Link2Twenty/l2t-paper-slider
52 stars 24 forks source link

Multiple cards per view #44

Open msi-matthew opened 5 years ago

msi-matthew commented 5 years ago

Setting

l2t-paper-slider {
  --paper-slide-width: 33%
}

Only 2 cards show in the l2t-paper-slider container at any given time.

Going to the next position slides 3 & 4 show.

The last positions are empty.

How do I setup each container view to show 3 paper-slides?