Skip to content

ghostrydr/headliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published