Skip to content

Instantly share code, notes, and snippets.

@unitymasCS
Last active August 29, 2015 14:18
Show Gist options
  • Save unitymasCS/791e76cae16b33aa2eb2 to your computer and use it in GitHub Desktop.
Save unitymasCS/791e76cae16b33aa2eb2 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
</head>
<body>
<h1>Title</h1>
<p id="01">hello</p>
<script src="jquery.fittext.js"></script>
<script>
$("h1").fitText(0.8);
$("#01").fitText(1.2,{minFontSize:'10px', maxFontSize:'30px'});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment