Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $(document).ready(function(){
  2.  
  3. $('.text_block').flowtype({
  4. minimum : 500,
  5. maximum : 1200,
  6. minFont : 12,
  7. maxFont : 40,
  8. fontRatio : 30
  9. });
  10.  
  11. });
  12.  
  13. <script> $('.text_block').flowtype(); </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement