Skip to content

Instantly share code, notes, and snippets.

@elizad
Last active January 20, 2017 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elizad/ea1aa4887f2232d6b860c44d09d2cea5 to your computer and use it in GitHub Desktop.
Save elizad/ea1aa4887f2232d6b860c44d09d2cea5 to your computer and use it in GitHub Desktop.
js code bits
if (elem.offstHeight <500){
divs.forEach(function(elem, index, arr){
elem.style.maxHeight = '100vh';
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment