views:

94

answers:

1

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!

+2  A: 

Look here.

EDIT: This should apply far better than the first link.

Thariama