Jquery - Fit text into element with only letterspacing & word-spacing
问题 Is there a plugin for this? I have been screening of the internetz and found bigText, Justify, fitText, textFit but they all seem to work with the font-size which I dont want to do. I only want the text to fit inside a element with a defined width. HTML: <div id="title"> <h1>One header that i pretty long</h1> <h2>Sub-header that is shorter</h2> </div> CSS: #title { width: 300px; } h1 { font-size: 3em; } h2 { font-size: 2em; } The problem with the plugins that I've found so far is that the sub