What basically does is to tweak the font-size
to the maximum size possible that fits its container (a <div>
that has the ng-fi-text
attribute added).
ng-fi-text is an angular.js directive currently. I have plans to wrap the source into a custom binding for knockout.js, as jQuery plugin and so on.
This work is derived from a knockout.js's custom binding I made when coding witzum.com.
Yes. Example:
You bet. Example:
Yup. It auto refreshes on window resize event. You can try to resize this window to see it in action.
Angular.js
jQuery ( planning to eliminate this dependency on next releases )
Go to the Github page, the README you'll find there is like a Owner's Manual, with installation and setup indications.
For you, nothing, ng-fi-text has the MIT license which gives you permission for doing whatever you want to do with the code for free.