I know about fitText.js and bigText.js, but neither are meant for a multiple line headline (bigText can do multiple lines, but you have to wrap each line in a div, which won't work here). Put simply, give an <h1>
with width: 200px; height: 175px;
is there a jQuery plugin that will dynamically resize the text until it's all visible?
Something like this: <h1>My Short Headline</h1>
would be large, but something like <h1>My Somewhat Longer Headline That Needs To Be Completely Visible With No Truncation</h1>
would be quite a bit smaller. Know of anything that would do the trick?