-
Autoscale when above a certain width
Hi All,
Long time lurker, first time poster. I’m trying to take this expression and use it when the width of text is over a certain size, I thought this would be a case of changing the number here ‘if (w > 0)’ but I haven’t been able to get that to work. Any help would be much appreciated.
Thanks,
Rob.
w = sourceRectAtTime(time,false).width;if (w > 0){
s = (150/w)*100;
h = 100;[s,h];
} else