Closed bigonroad closed 12 years ago
It's not working becuase you're trying to execute fitText before the #resizeheadline
has been loaded on the page. Just modify your code to wait for the document.ready()
jQuery(document).ready(function(){
jQuery("#resizeheadline").fitText();
});
Yeh, I'm a tool. Working now!
Hey there.
Using the plugin on a wordpress theme that I'm building.
See it here: http://allaboutchris.org/blog/2012/bye-bye-blender/ - you can see the title hasn't resized.
My code is: