windowheight
v1.0.1
Published
This is used to get the window height
Downloads
3
Readme
Require
var windowHeight = require('windowheight')
Usage
You can use this module for setting the height dynamically from your inner window height. You have to pass the pixels in number you want to remove from window inner height.
var newHeight = windowHeight.getWinHeight(200)
Here 200 is the amount of pixels you want to remove from window inner height