For example, I set min. text-size to 12 and max to 25. When page loads the font-size is near 19px but when I resize browser and after maximize browser the font is 25px!
here is the code:
$("a").fitText(1, { minFontSize: 12, maxFontSize: 25 });
Closing due to no reduced test case, but from the description it appears that the plugin was working as intended and the browser was opened at a width which resulted in the calculation of 19px.
For example, I set min. text-size to 12 and max to 25. When page loads the font-size is near 19px but when I resize browser and after maximize browser the font is 25px! here is the code: $("a").fitText(1, { minFontSize: 12, maxFontSize: 25 });