jquery-bigtext
jquery-bigtext copied to clipboard
jQuery plugin that makes text inside as big as possible while still fitting on the parent.
Hello, I just tried to install this via npm and got a 404. Has this been published to the registry? ``` $ npm i --save jquery-bigtext npm ERR! Darwin 16.1.0...
Text does not resize at all on Safari Mac and iOS Thanks
I have got three text blocks next to each other each in its own div. How can I achieve that the text size of each of the text blocks is...
The default css applied to the element is damaging my layout, specifically the float. You can fix this by resetting the unneeded rules when the calculations are done.
When the target element has a specified width, the calculations are incorrect and font size is much too large. Add width: "auto" to initial css changes to fix.
Since there's no minimumFontSize option, the text scales to an unreadable size when the parent div is small.