Foundation-sites: [Orbit] slide and container height on resize

Created on 15 Dec 2015  ·  6Comments  ·  Source: foundation/foundation-sites

Slide and container height doesn't get refreshed on resize

javascript 🐛bug

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

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings