A jQuery plugin for fitting text exactly to its container.
Stars
163
Forks
18
Watchers
163
Open Issues
0
Overall repository health assessment
~0.4.1~0.2.7~0.5.3~0.2.1~0.7.2~0.1.4~0.6.41
commits
Updated return value for callback to use array instead of object
dbab629View on GitHubAdded Gruntfile, package.json, and bower.json for a nice cleanup
eb512e3View on GitHubFixed issue with font-size declaration on span element breaking the calculation. Closes #5.
262cf83View on GitHubAdded condition setting to allow user to enter a function to run to determine whether the resize should occur or not
aff0f7cView on GitHubAdded a callback settings item for attaching a callback to the resizing process (passed an object detailing the sizes of the resized elements)
12a9e16View on GitHubAdded a setting, equalizeSizes, that will make sure that the font-size of all squished elements will be only as large as the smallest one
771eca3View on GitHubAdded unSquish() method to returned object to destroy the squishing. Closes #3.
4fe5c5dView on GitHubFixes an issue where the text wouldn't fit the container properly
7f78df8View on GitHubSet the font-size to 1px so spanWidth would not be too large (over parent)
b77ba65View on GitHub