🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Harmonize Text is a lightweight jQuery text resize plugin that automatically reduces or increases font size to make your text fit to its parent container.

responsive-text text-resize

Documentation

jQuery Plugin: Harmonize Text v0.4.0

Change font-size of selected elements to harmonize text with their parent element.

USAGE

Harmonize all heading elements:

$("h1, h2, h3, h4, h5, h6").harmonizeText(); 

TIPS

Avoiding Vertical Scrollbar Problem

Use with following stylesheet code:

html {   overflow-y: scroll; } 

LICENSE

MIT: http://hail2u.mit-license.org/2011


You May Also Like