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
Autoplay works fine in resolutions with screens greater 576px. When the screen is smaller, autoplay stops. No error is thrown. It can be reproduced in Chrome with responsive layout. Enlarging the screen Above 576px continues autoplay.
Interval and loop is set and my grid is set to { xs: 1, sm: 1, md: 1, lg: 1, all: 0 }. Did I miss something or is this a bug?
The text was updated successfully, but these errors were encountered:
Autoplay works fine in resolutions with screens greater 576px. When the screen is smaller, autoplay stops. No error is thrown. It can be reproduced in Chrome with responsive layout. Enlarging the screen Above 576px continues autoplay.
Interval and loop is set and my grid is set to
{ xs: 1, sm: 1, md: 1, lg: 1, all: 0 }
. Did I miss something or is this a bug?The text was updated successfully, but these errors were encountered: