A Joomla! 2.5/3.X module implementation of the jQuery jFontSize JavaScript plugin from http://www.jfontsize.com/
The html element, CSS class or ID to target. For exmaple, you can enter body
to target the body element, or .foo .bar
to target elements with the bar class, that are a decendant of elements with the foo class.
Defines how many times the size can be increased.
Defines how many times the size can be decreased.
Defines the range of change in pixels.
jQuery v1.2.6 or later
Joomla! 2.5 or later
The default jFontSize module stylesheet can be overriden in the same way that you can override the layout with a template override. Simply place your CSS overrides in a stylesheet named jfontsize.css
in the css
directory of your template and it will be loaded instead of the default jFontSize stylesheet.
The master branch will, at all times, remain stable. Development for new features will occur in branches, and when ready, will be merged into the master branch. Regular development and maintenance occurs in the develop branch.
In the event features have already been merged for the next release series, and an issue arises that warrants a fix on the current release series, the developer will create a branch based off the tag created from the previous release, make the necessary changes, package a new release, and tag the new release. If necessary, the commits made in the temporary branch will be merged into master