You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Tiger,
What you are looking for is FitText.js, they have some sort of compressor values you can mess around with to get big headlines just how you like them. http://i.imgur.com/tzY7AsF.jpg I ran into same problem as you where in flowtype i couldn't keep it at 1 line but in fittext messing around with the "2.02" number a few times locked it to 1 line. It's a kinda like a scale amplifier: $(".intro-h1").fitText(2.02, { minFontSize: '15px', maxFontSize: '100px' });
BUT!!! do NOT use FitText for regular text, that is where FlowType.js shines and should rightfully be used.
When calling flowtype, it'd be great to be able to do
To resize the text selected to fit exactly on one line in its parent element.
The text was updated successfully, but these errors were encountered: