Skip to content

iraycd/smartflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartFlow.JS

Forked from FlowType and with improved performance on screen resize. Stops the IE and WebFit to fire zillion times which happens when you resize on the other responsive font-resize engines.

Example:

  $('body').smartflow({
   minimum   : 100,
   maximum   : 1200,
   minFont   : 6,
   maxFont   : 40,
   fontRatio : 30,
   lineRatio : 1.45
  }); 


  $('h1').smartflow({
   minFont   : 12,
   maxFont   : 60,
   fontRatio : 20
  }); 

About

Smarflow is a reponsive font-resize jQuery plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published