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 by no means a jQuery expert, but I can't seem to get fittext to work in my current project without $(document).ready(). When I use $(document).ready(), it works with undesired results. For example, if I resize my window in any direction, the targeted text gets rapidly smaller. Any ideas?
FYI, I'm building a responsive/adaptive Wordpress theme based on Roots. I disabled the other jQuery plugins used in Roots by default (Modernizr, Respond) to see if they might be contributing to the issue, but to no avail.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm by no means a jQuery expert, but I can't seem to get fittext to work in my current project without $(document).ready(). When I use $(document).ready(), it works with undesired results. For example, if I resize my window in any direction, the targeted text gets rapidly smaller. Any ideas?
FYI, I'm building a responsive/adaptive Wordpress theme based on Roots. I disabled the other jQuery plugins used in Roots by default (Modernizr, Respond) to see if they might be contributing to the issue, but to no avail.
Thanks!
Reply to this email directly or view it on GitHub: #5
I'm by no means a jQuery expert, but I can't seem to get fittext to work in my current project without$(document).ready(). When I use $ (document).ready(), it works with undesired results. For example, if I resize my window in any direction, the targeted text gets rapidly smaller. Any ideas?
FYI, I'm building a responsive/adaptive Wordpress theme based on Roots. I disabled the other jQuery plugins used in Roots by default (Modernizr, Respond) to see if they might be contributing to the issue, but to no avail.
Thanks!
The text was updated successfully, but these errors were encountered: