We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a55441 commit df9eb6dCopy full SHA for df9eb6d
README.md
@@ -30,6 +30,7 @@ FitText now allows you to specify two optional pixel values: `minFontSize` and `
30
* Make sure your headline is `display: block;` or `display: inline-block;` with a specified width, i.e. `width: 100%`.
31
* Be ready to tweak till everything balances out.
32
* FitText now ignores your CSS file's font-size, but be sure to set one as a non-javascript fallback.
33
+* Make sure your element is appended to document before setting fitText. e.g. `$('<div>').fitText()` will NOT work
34
35
## Changelog
36
* `v 1.1` - FitText now ignores font-size and has minFontSize & maxFontSize options
0 commit comments