-
Resize a layer according to the image size
So I have two layers: 1) is a solid. 2) is an image.
I want to add an expression to the scale property of the solid to tell it to resize according to the size of the image.
The whole comp is 1920×1080
The solid is 1920×1080 & scaled down to 78.0,80.0%
The image.png is 1920×1080 & scaled down to 75.0,75.0%Now, if I replace that 1920×1080 image with an image that is 400×533, I want the white solid to resize to fit the dimensions of the new image.

