jquery-textfill.github.io - TextFill

Description: jQuery plugin that resizes the font of a text to fill a container

javascript (13885) jquery (3446) plugin (726) textfill (1)

Example domain paragraphs

<script src="jquery.min.js"></script> <script src="jquery.textfill.min.js"></script> mark the element I'll expand <div id="my-element" style="width:100px; height:50px;"> <span>My awesome text!</span> </div> Note: make sure to put the text inside of a child span and specify the parent's width and height

Website made by Alexandre Dantas , 2014.

Complete source code at the GitHub repository .