Skip to content

Wrong docoument height #14

@willit0

Description

@willit0

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
});
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions