Open willit0 opened 11 years ago
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 }); });
Thanks… I may switch the call to $(document).ready() to $(window).load()
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 }); });