Skip to content

Instantly share code, notes, and snippets.

@jfie5
Created October 17, 2013 20:09
Show Gist options
  • Save jfie5/7031399 to your computer and use it in GitHub Desktop.
Save jfie5/7031399 to your computer and use it in GitHub Desktop.
Vertically aligns footer. Made using bootstrap, but would apply anywhere with minor tweaks.
$(document).ready(function() {
valignFooter()
});
$(window).resize(function() {
valignFooter();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment