You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slide [3, 4], [5, 6] should be grouped together but slide 3, 4, 5 and 6 aren't grouped with any other slide.
Expected behavior
When slide spacings are set with the CSS gap property or margin properties, slidesToScroll: 'auto' should group slides correctly. In the sandbox example, slides should be grouped as follows: [1, 2], [3, 4], [5, 6], [7, 8].
The text was updated successfully, but these errors were encountered:
Bug is related to
Embla Carousel version
Describe the bug
gap
ormargin
property,slidesToScroll: 'auto'
fails to group slides automatically based on their size.CodeSandbox
Steps to reproduce
Expected behavior
gap
property ormargin
properties,slidesToScroll: 'auto'
should group slides correctly. In the sandbox example, slides should be grouped as follows: [1, 2], [3, 4], [5, 6], [7, 8].The text was updated successfully, but these errors were encountered: