Can I adjust the objects beneath the text area when resizing the window

I am trying to test using hype for a webpage. As a test I used a textarea with an image beneath it. I want to know if it's possible to adjust the position the image during the window resize so that the text does not overlap the image.

Here is the video of what I am trying to do:
https://drive.google.com/open?id=1hEndIX5FnZiHdRzDAJoXqdhXvWBl364t

PS: While I am posting this question I got this link:

Which seems to be similar what I am asking for. So, I think right now there is no good solution for this. Right?

hype in its basics (animation) relies on absolute positioning.
it’s been extended by layouts and responsive settings, but relative (www-standard) positioning is not supported.

you can add innerHTML to elements if you just need it here and there or write some js-workarounds, but those are just workarounds …

1 Like