Skip to content

Instantly share code, notes, and snippets.

@lnickers2004
Created January 12, 2014 16:25
Show Gist options
  • Save lnickers2004/8386850 to your computer and use it in GitHub Desktop.
Save lnickers2004/8386850 to your computer and use it in GitHub Desktop.
Centering a Dialog
modal = $('.modal')
modal.css 'margin-top', ($(window).height() - modal.height()) / 2 - parseInt(modal.css('padding-top'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment