anecdotally this does not/has not occurred in production.
So it's a jsfiddle thing?
It looks that way, I have the component configured to pretty much match some of the example demos, the images remain full size within their container and the arrow buttons still work regardless of screen size. I'm not utilizing the responsive prop but the arrows are custom buttons.
I have same problem, when resizing the browser, option autoplay is stop
Ah interesting. I'm not using autoplay as a prop
Man would I love if everyone used labels so that we can actually and easily see a real bug list vs 'unlabeled' tickets that we have to sift through.
The bug with resizing occurs not only in jsFiddle. Every resizing breaks the slider layout. The width of the slide is set to something like maxInt: width: 3.35544e+07px;
UPD: It happens at least in latest versions of Chrome.
I have the slider wrapped in a container, gave the slide imgs a max height and set the width in ems. It preserves the functionality of the arrows and does not distort the images >600px screen size. Admittedly I just switched to react-images though, only because it has a nice pop-out full screen modal feature built in, which handles many of the img scaling issues nicely and better suits the projects needs. https://jossmac.github.io/react-images/#images
Issues with autoplay on resize are fixed with #651
Most helpful comment
The bug with resizing occurs not only in jsFiddle. Every resizing breaks the slider layout. The width of the slide is set to something like maxInt:
width: 3.35544e+07px;UPD: It happens at least in latest versions of Chrome.