Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b1983 commit e291b8aCopy full SHA for e291b8a
example.html
@@ -53,7 +53,7 @@ <h1 id="fittext3">Squeeze with FitText</h1>
53
<script type="text/javascript">
54
$("#fittext1").fitText();
55
$("#fittext2").fitText(1.2);
56
- $("#fittext3").fitText(1.1, { minFontSize: 50, maxFontSize: '75px' });
+ $("#fittext3").fitText(1.1, { minFontSize: '50px', maxFontSize: '75px' });
57
</script>
58
59
</body>
0 commit comments