Skip to content

Instantly share code, notes, and snippets.

@thomasxbanks
Created February 20, 2018 12:37
Show Gist options
  • Select an option

  • Save thomasxbanks/3d391ba35b3a56cf3ed920f1b14032da to your computer and use it in GitHub Desktop.

Select an option

Save thomasxbanks/3d391ba35b3a56cf3ed920f1b14032da to your computer and use it in GitHub Desktop.
const getComputedHeight = (element) => {
return window.getComputedStyle(element).getPropertyValue('height');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment