This jQuery plugin allows you to pump your text so it fits the container
Download the production version or the development version.
In your web page:
<html>
<head>
<script src="jquery.js"></script>
<script src="dist/text-pump.min.js"></script>
</head>
<body>
<div>
<span class="pump">Some text</span>
</div>
<script>
$(function(){
$(".pump").pump();
});
</script>
</body>
</html>
(Coming soon)
(Coming soon)
(Nothing yet)