Frame resizing and keeping frames in same relative spot

Hi all, does anyone know of a way to create the element shown below so that as the amount of text increases and the frame height increases, the heart would stay in the same relative spot straddling the bottom of the frame? I’m stumped, thanks!

Your object should be a frame with auto layout, and for an element with a “heart” icon, you need to apply an absolute position and set right and bottom constraints.

This reference material should be helpful to you:

2 Likes

All you need to do is select “right” and “bottom” constraints for that element in relation to the parent frame as shown in the image below:

1 Like