Skip to content

Commit

Permalink
Update example.html
Browse files Browse the repository at this point in the history
value of minFontSize didn't match maxFontSize.
  • Loading branch information
JPFotoz committed Jan 17, 2013
1 parent b7b1983 commit e291b8a
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 e291b8a

Please sign in to comment.