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
I'm needing to perform a css scale transform on the div wrapping the carousel. The amount by which the the wrapper is scales changes when it's container is resized. When the wrapper is scaled, the amount by which each nav event causes the slides to travel is no longer consistent with their width.
I've tried changing the slide type to 'fluid' rather than 'fixed' and passing the new width of the slides after scaling as the slideAmount prop available to 'fluid' types, but the same problem persisted.
I also tried programmatically dispatching a window resize event whenever the scale amount changes after looking in your code to find a solution.
Am I doing something incorrect or is this a case that is not accounted for currently?
The text was updated successfully, but these errors were encountered:
I'm needing to perform a css scale transform on the div wrapping the carousel. The amount by which the the wrapper is scales changes when it's container is resized. When the wrapper is scaled, the amount by which each nav event causes the slides to travel is no longer consistent with their width.
I've tried changing the slide type to 'fluid' rather than 'fixed' and passing the new width of the slides after scaling as the slideAmount prop available to 'fluid' types, but the same problem persisted.
I also tried programmatically dispatching a window resize event whenever the scale amount changes after looking in your code to find a solution.
Am I doing something incorrect or is this a case that is not accounted for currently?
The text was updated successfully, but these errors were encountered: