Skip to content

This jQuery plugin allows you to pump your text so it fits the container

Notifications You must be signed in to change notification settings

wecodeio/text-pump

Repository files navigation

Text Pump

This jQuery plugin allows you to pump your text so it fits the container

Getting Started

Download the production version or the development version.

In your web page:

<html>
<head>
  <script src="jquery.js"></script>
  <script src="dist/text-pump.min.js"></script>
</head>
<body>
  <div>
    <span class="pump">Some text</span>
  </div>
  <script>
    $(function(){
      $(".pump").pump();
    });
  </script>
</body>
</html>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

This jQuery plugin allows you to pump your text so it fits the container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published