Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
scotnery opened this issue Mar 6, 2016 · 1 comment
Open

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

scotnery opened this issue Mar 6, 2016 · 1 comment

Comments

@scotnery
Copy link

scotnery commented Mar 6, 2016

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();
@gaambo
Copy link

gaambo commented Nov 22, 2016

having the same probleme here. calling resize manually worked as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@scotnery @gaambo and others