We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In case the innerWidth or height of an element is zero, the lib throws an error :
textFit/textFit.js
Line 104 in 7a1eed6
The text was updated successfully, but these errors were encountered:
Fixes STRML#52 : introduce new option to ignore zero inner width or h…
c9c4a3c
…eight. Default is false to keep current behavior.
No branches or pull requests
In case the innerWidth or height of an element is zero, the lib throws an error :
textFit/textFit.js
Line 104 in 7a1eed6
I think we can add an option to gracefully fail and ignore those edge cases.
WDYT ?
The text was updated successfully, but these errors were encountered: