Skip to content

Wrong docoument height #14

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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