davatron5000 / FitText.js

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

Does FitText work for 3-col fluid layout headers? #16

Closed ghost closed 10 years ago

ghost commented 12 years ago

I tried to make my h3's responsive: I have a three column fluid layout ( 25%,25%,50% ) but the font-size rendered from Fittext is way bigger than the container can accommodate.. Either my layout is done in a way that width is not properly calculated ( the web designer that made this used negative-margins to place the columns.. a very unorthodox way of doing this. Any hints why this is caused? The font does change when I resize the window so the script does work, but I am just having trouble understanding the correlation of the script and the container width...

davatron5000 commented 12 years ago

I'd need to see a code sample (JSBin) or a link to begin diagnosing this. Also try upping the compressor.

davatron5000 commented 10 years ago

Closed due to no reduced test case.