There is a div with a fixed height & width. This div contains dynamic content, text-content. If the text becomes too long, it will "explode" the div. And when the text becomes too short the div will look kinda empty.
So my conclusion would be to make the font bigger when the text is short and smaller when the text is long.
Never tried such a thing, how to achieve this?
€: as I'm using already dojo as js framework including jquery or any other framework is no option. Of course still thanks for the answers.