davatron5000 / FitText.js

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

Added smart detection for the font size #112

Closed duckzland closed 1 year ago

duckzland commented 10 years ago

Added a simple logic to determine the font size, while the old styles using "compressor", the new logic uses width divided by total character divided by compressor (expected paragraph line in the box) or height divided by the compressor - whichever is smallest will be used.