hashgrid icon indicating copy to clipboard operation
hashgrid copied to clipboard

Wrong docoument height

Open willit0 opened this issue 13 years ago • 1 comments

I was getting the viewport height instead the html document height.

I was able to get the right html document height by calling hashgrid on window load

For example:

$(window).load(function () { var grid = new hashgrid({ numberOfGrids: 2 }); });

willit0 avatar Jan 11 '13 01:01 willit0

Thanks… I may switch the call to $(document).ready() to $(window).load()

dotjay avatar Jan 14 '13 10:01 dotjay