Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created February 5, 2016 19:17
Show Gist options
  • Save bouassaba/ce5767b297ba2f943500 to your computer and use it in GitHub Desktop.
Save bouassaba/ce5767b297ba2f943500 to your computer and use it in GitHub Desktop.
JS get computed style value
window.getComputedStyle(e, null).getPropertyValue('height');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment