I'm looking for a font resizing plug-in which can resize specific parts in my blog. (similar to this one). But I need it to have many other styles and be free.
Aren't there any open source alternatives?
I'm looking for a font resizing plug-in which can resize specific parts in my blog. (similar to this one). But I need it to have many other styles and be free.
Aren't there any open source alternatives?
You could do resizing with jQuery, here's one example.
http://www.shopdev.co.uk/blog/text-resizing-with-jquery/
Though, for use inside WordPress you'd need to adjust the first line of the example code to...
jQuery(document).ready(function($){
And additionally make sure jQuery is loaded.
You must log in to post.