Following this example from the official documentation, i noticed that on pages who are going to be < 2000px in height, i will have a lot of white space below the footer.
I can't specify the height of the footer as per this example (it might increase dynamically) so i guess i can't stick it to the footer?
How to work around this?
Use the Boostrap's sticky footer, and for the height of Footer, use this jquery, it checks height of footer and adds it to the html tag. It runs on page load as well as on Window.resize event, so it works great for Responsive projects.