metafizzy / flickity-docs

:memo: documentation for Flickity
28 stars 8 forks source link

specifying cellAlign for both sides of the same cell #54

Closed ganar closed 6 years ago

ganar commented 6 years ago

I have the following problem: 2 cells that have 200% of the width of the viewport on a phone. I need to be able to cellAlign to the left of the first cell at first and to the right of the cell when swiping right, then again to the left of the following cell. I need to be able to chose the cells that have this behaviour.

Is this possible? how?

desandro commented 6 years ago

Is this possible? how?

Sorry, Flickity does not support this kind of behavior. You'll have to use a separate solution. Or break up your cells so they fit within the viewport.