Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banjerr/font-zoom
Wordpress plugin that zooms in/out on text
https://github.com/banjerr/font-zoom
Last synced: 6 days ago
JSON representation
Wordpress plugin that zooms in/out on text
- Host: GitHub
- URL: https://github.com/banjerr/font-zoom
- Owner: Banjerr
- Created: 2015-09-03T19:14:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T16:52:10.000Z (about 9 years ago)
- Last Synced: 2024-11-14T18:54:48.530Z (2 months ago)
- Language: JavaScript
- Size: 42.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Font-Zoom #
**Contributors:** Bengineer
**Donate link:** http://countryfriedcoders.me
**Tags:** admin, login, wp-admin
**Requires at least:** 3.0.1
**Tested up to:** 4.4
**Stable tag:** 4.4
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html## Description
A Wordpress plugin which gives the ability to zoom in/out on various text elements (think user readability enhancement). After a user edits their zoom level the plugin sets a cookie so that it will remember their setting and use it.
## Installation (not necessarily in order)
**Step One:** Simply apply the CSS class "larger" to whatever text element that should have the ability to be resized (NOTE: this is best implemented on a responsive design, for obvious reasons).
**Step Two:** Add in the "buttons" which will trigger the font re-size. These buttons should have the classes of...
Zoom In Button = "zoomIn"
Zoom Out Button = "zoomOut"**Step Three:** Install the WP plugin and activate it.
**Step Four:** Wow your users with text that is easily read, no matter how bad their eyesight! ;)
## Example
![fancy screenshot](https://github.com/Banjerr/Font-Zoom/blob/master/fontZoomExample.gif)
## License
[WTFPL](http://www.wtfpl.net/txt/copying/)
## Changelog
= 1.0 = first release
* First release