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
If I add a letter-spacing rule to the parent element that .bigtext() gets applied to, there seems to be a certain threshold over which the resizing calculation no longer works and the text is under-sized. In the following JSFiddle, the first headline has letter-spacing: 10px and the second headline has letter-spacing: 11px.
Thanks for taking a look. It appears that the rawgithub links I was using to load scripts got deprecated or something. I have updated, so BigText is loading again: http://jsfiddle.net/coreymckrill4ttf/74UQ8/
If I add a
letter-spacing
rule to the parent element that.bigtext()
gets applied to, there seems to be a certain threshold over which the resizing calculation no longer works and the text is under-sized. In the following JSFiddle, the first headline hasletter-spacing: 10px
and the second headline hasletter-spacing: 11px
.http://jsfiddle.net/coreymckrill4ttf/74UQ8/
The text was updated successfully, but these errors were encountered: