Skip to content

Commit

Permalink
Usage tips
Browse files Browse the repository at this point in the history
  • Loading branch information
codler committed Sep 27, 2011
1 parent 3a55441 commit df9eb6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ FitText now allows you to specify two optional pixel values: `minFontSize` and `
* Make sure your headline is `display: block;` or `display: inline-block;` with a specified width, i.e. `width: 100%`.
* Be ready to tweak till everything balances out.
* FitText now ignores your CSS file's font-size, but be sure to set one as a non-javascript fallback.
* Make sure your element is appended to document before setting fitText. e.g. `$('<div>').fitText()` will NOT work

## Changelog
* `v 1.1` - FitText now ignores font-size and has minFontSize & maxFontSize options
Expand Down

0 comments on commit df9eb6d

Please sign in to comment.