I have a container box with some text in it. The text is connected to data, so depending on the length of the data, the container box gets larger or smaller. This works great!
I’d like to add an image to the container box as well, which spans the entire width and height of the box. Ideally this image acts the same as the container box: if the data is longer, the container box and the image would both get longer. If I attach the image and the text to the container box, this does not happen (probably because the image has no way to know what’s going on with the text).
Is there any way to have the image resize according to what the text does as well? I don’t believe so, but I wanted to throw a line out to see if anyone else has thoughts.