Advertisement
Guest User

Untitled

a guest
Mar 15th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.17 KB | None | 0 0
  1. $this.css(
  2.     'font-size', Math.max(
  3.         Math.min(
  4.             $this.width() / (compressor*10), parseFloat(settings.maxFontSize)
  5.         ),
  6.         parseFloat(settings.minFontSize)
  7.     )
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement