Get the height or width of the window
var frameHeight = $(window).height(); var frameWidth = $(window).width();