How do I apply the browser height to a CSS class?
- by ChrisBenyamin
You can read your browser dimensions with jQuerys $document.height or with simple JS via height: window.innerHeight || document.body.clientHeight.
But how do I apply the value to a CSS class?