Skip to content

Initial text size wrong, but on resize it works #95

@scotnery

Description

@scotnery

I had this problem where the initial look of the text was all screwy, but when I resized the browser window, all looked good. My solution was to trigger resize() and that worked like a charm. I have a little FOUC, but I'm just glad it's working now.

// change this...
$('.big-text').bigtext();

// to this...
$('.big-text').bigtext().resize();

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