You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: