Auto-resizing shape
I have a shape layer that resizes to my text (width), the issue I'm having is that it does not resize when making more than one line of text (height) - the text ends up outside of the box.
This is something I'm editing that was already created - here is the expression currently
Expression: Size
w = thisComp.layer("Kane Cam").sourceRectAtTime().width;
h = thisComp.layer("Kane Cam").sourceRectAtTime().height;
margin = 60;
[w+margin,90]
Expression: Anchor Point
s=thisLayer.sourceRectAtTime(); [s.left,s.top+s.height]
Many thanks
