Skip to content

Responsive gutters create NaN Values #12

@X-Tender

Description

@X-Tender

Compile with responsive-gutter=true from the responsive-gutter-fix pull request and look at the output.

the Issue could be somewhere in the getGutterValueMethod.
You do:

value = settings.responsiveGutter ? (value / Math.floor(referenceWidth)) * 100 : value;

But thereferenceWidth is NaN when it comes in.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions