rcbyr / keen-slider

The HTML touch slider carousel with the most native feeling you will get.
https://keen-slider.io/
MIT License
4.67k stars 214 forks source link

Weird Resize Happening to All Slides #418

Closed brandonbjs closed 5 months ago

brandonbjs commented 5 months ago

This has happened twice now where the slides were perfectly sized and centered and then all of a sudden something begins drastically increasing the min-height and max-height of each .keen-slider__slide and overriding my CSS. There is no in-line or element styling in my code. Something is changing min/max height when the app is run. Below is a snip of my DevTools showing how large each slide is being resized to: weirdResize

Any insight on what might be causing these resizes would be much appreciated.

brandonbjs commented 5 months ago

Solved.