Search code examples
zurb-foundationorbit

Is it possible to make orbit slider adjust to browser height


As in the title, I know it's responsive but when I put a basic orbit slider (outside "rows") it scales properly horizontally but want scale to adjust to the height of browser . Any ideas?


Solution

  • If you give the orbit-container a height of 100% it will adjust to its parent element's height. You just need to make sure that the parent element has a height that tracks with the window adjustment.