Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghepting/jquery-responsive-text
Make your text sizing responsive!
https://github.com/ghepting/jquery-responsive-text
Last synced: about 2 months ago
JSON representation
Make your text sizing responsive!
- Host: GitHub
- URL: https://github.com/ghepting/jquery-responsive-text
- Owner: ghepting
- Archived: true
- Created: 2012-11-07T21:30:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T05:06:18.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T22:53:02.889Z (5 months ago)
- Language: JavaScript
- Size: 305 KB
- Stars: 124
- Watchers: 7
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-javascript - jquery-responsive-text - Make your text sizing responsive! - ★ 123 (Typography)
README
jQuery responsiveText
====A jQuery plugin to set font sizes responsively based on its' container width. Use *jQuery responsiveText* to have scalable headlines, build [responsive tables](https://github.com/ghepting/jquery-responsive-tables) and more!
View the demo at [http://garyhepting.com/jquery-responsive-text]
Installation:
----Initialize the plugin:
```html
$(document).ready(function() {
$('.responsive').responsiveText();
});```
Configurations can be added to the markup of each element with simple data attributes:
```html
Responsive Text
```or
```html
A jQuery plugin to set font sizes responsively based on its' container width. Use responsiveText.js to have scalable headlines, build responsive tables and more!
```Scrollable Text:
```html
Scrollable Responsive Text
```Complete Options:
```html
Responsive Text with all of the options
```