Skip to content

Commit

Permalink
Merge pull request davatron5000#53 from photoman/patch-1
Browse files Browse the repository at this point in the history
Update example.html
  • Loading branch information
davatron5000 committed Apr 11, 2013
2 parents 9793030 + e291b8a commit dfabf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 id="fittext3">Squeeze with FitText</h1>
<script type="text/javascript">
$("#fittext1").fitText();
$("#fittext2").fitText(1.2);
$("#fittext3").fitText(1.1, { minFontSize: 50, maxFontSize: '75px' });
$("#fittext3").fitText(1.1, { minFontSize: '50px', maxFontSize: '75px' });
</script>

</body>
Expand Down

0 comments on commit dfabf19

Please sign in to comment.