davatron5000 / FitText.js

A jQuery plugin for inflating web type
http://fittextjs.com
6.75k stars 1.39k forks source link

is there a method to tell refresh? #147

Closed btm1 closed 8 years ago

btm1 commented 8 years ago

I'd like to be able to call a method that tells fit text to recalculate

davatron5000 commented 8 years ago

You could trigger resize.fittext

$(window).trigger('resize.fittext');

Let me know if that works. Try it out in a CodePen or something. Otherwise closing due to no reduced test case.