Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e291b8a

Browse files
committed
Update example.html
value of minFontSize didn't match maxFontSize.
1 parent b7b1983 commit e291b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1 id="fittext3">Squeeze with FitText</h1>
5353
<script type="text/javascript">
5454
$("#fittext1").fitText();
5555
$("#fittext2").fitText(1.2);
56-
$("#fittext3").fitText(1.1, { minFontSize: 50, maxFontSize: '75px' });
56+
$("#fittext3").fitText(1.1, { minFontSize: '50px', maxFontSize: '75px' });
5757
</script>
5858

5959
</body>

0 commit comments

Comments
 (0)