MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / resizer

Function resizer

scripts/jquery.fittext.js:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28 // Resizer() resizes items based on the object width divided by the compressor * 10
29 var resizer = function () {
30 $this.css('font-size', Math.max(Math.min($this.width() / (compressor*10), parseFloat(settings.maxFontSize)), parseFloat(settings.minFontSize)));
31 };
32
33 // Call once to set.
34 resizer();

Callers 1

jquery.fittext.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected