Let awareness images replay over and over
This commit is contained in:
@@ -629,7 +629,7 @@ function stringSize(str, font)
|
|||||||
.appendTo($('body')),
|
.appendTo($('body')),
|
||||||
w = o.width(),
|
w = o.width(),
|
||||||
h = o.height();
|
h = o.height();
|
||||||
newlines = str.split("\n");
|
newlines = str.split("\n").length;
|
||||||
o.remove();
|
o.remove();
|
||||||
return [w/newlines, h*newlines];
|
return [w/newlines, h*newlines];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user