Autosize
Basic
Autosize will automatically resize your textarea to fit the content. You must initialize autosize via javascript: autosize($('.autosize')). Check more API on
Autosize's page.
Predefined value
This example shows how Autosize works with a textarea that already has content. The height will automatically adjust to fit the predefined value without needing manual resizing.