fontSizing
This commit is contained in:
parent
68b24f0c2c
commit
0028216a81
|
@ -416,7 +416,7 @@ jQuery.fn.formatTitle = function() {
|
||||||
var fontSize;
|
var fontSize;
|
||||||
// alert(txt.length);
|
// alert(txt.length);
|
||||||
if (txt.length < 32) {
|
if (txt.length < 32) {
|
||||||
fontSize = 50;
|
fontSize = 40;
|
||||||
} else if (txt.length < 60) {
|
} else if (txt.length < 60) {
|
||||||
fontSize = 40;
|
fontSize = 40;
|
||||||
} else if (txt.length < 100) {
|
} else if (txt.length < 100) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user