Create account

replied 2418d
modulus
I had to use document.body.clientHeight to get viewport height cuz memo is not including a <!DOCTYPE html> at the top of the page, which prevents usual $(window).height() from working.