You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem using the the max and min font size settings: that is, when I set those options, every span is set to either the max or the min font size and nothing in between. If I don't set those options, font sizes are variable and set appropriately and as expected (though too big for my needs). This replicates with default and custom fonts and regardless of when BigText is called.
I've had the same issue, using Bigtext with no parameters set the plugin works fine, however when those parameters are set the plugin shows min or max font size and nothing in between.
I need the parameters to work othersie the text blows out in size in some cases and looks bad.
Using v0.1.8 I get the same problem - Text always shows up outside its container, unless it is too big, and on resize it will resize assuming the text's width is the one of its container, which is overflowing.
Hey there,
I'm having a problem using the the max and min font size settings: that is, when I set those options, every span is set to either the max or the min font size and nothing in between. If I don't set those options, font sizes are variable and set appropriately and as expected (though too big for my needs). This replicates with default and custom fonts and regardless of when BigText is called.
It appears the issue is with this bit of code:
This same code seems to be problematic in this issue as well - #62 - and, similarly, commenting out these lines resolves my issue.
Thoughts on a better solution or why this behavior is occuring are welcome!
Thanks
The text was updated successfully, but these errors were encountered: