Slide and container height doesn't get refreshed on resize
a autoHeight function for each slide would be great
This isa known issue we're hoping to get to soon, if you have expercine with this at all a PR would be super helpful.
a very very simple workaround is to set .orbit-container to height: auto !important;
this makes that slides could have different height, but not solves all the problems
related: #7815 #7982
see same workaround as above but extended in comment on 7815
@designerno1 @SimonHeimberg I took a pass on fixing this in #9317. Would appreciate if you could take a look and see if it addresses your issues.
Fixed in #9317
Most helpful comment
a very very simple workaround is to set .orbit-container to height: auto !important;
this makes that slides could have different height, but not solves all the problems