Skip to content

Instantly share code, notes, and snippets.

@diegorodriguesvieira
Created May 7, 2019 12:12
Show Gist options
  • Save diegorodriguesvieira/b248e346c1d1d23f67ad2d39fd0ec65c to your computer and use it in GitHub Desktop.
Save diegorodriguesvieira/b248e346c1d1d23f67ad2d39fd0ec65c to your computer and use it in GitHub Desktop.
$(window).on('resize', function (e) {
var viewportHeight = window.innerHeight;
// set CSS variable
document.documentElement.style.setProperty('--viewportHeight', viewportHeight + 'px');
}).trigger('resize');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment