Hello Stack!
I'm trying to make text automatically resize to fully fit inside a static 200 width 100 height div.
Basically I want the maximum font-size available depending on the lenght of the content fed in the div.
I'd like to use the least amount of Javascript/Jquery possible.
Thanks in advance!