Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

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


```