Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 581 Bytes

jquery.headliner.js

What it does

Scales text to fit it's parent elements width.

WARNING: Not for use on blocks of text (e.g. paragraphs) or text that wraps

Usage

<script src='jquery.js'></script>
<script src='jquery.headliner.js'></script>

Call plugin

$("#element").headliner([options]);

Options

{
  max_font_size: Number.POSITIVE_INFINITY,    // set's max font size
  animate: false                              // animates resizing of font
};

CAVEAT: Results can be a little flakey if custom fonts are used.