Fill viewport/stick to edge on load?

New to RM and still learning. Wondering if there is a way to fill the viewport (regardless of browser size or aspect ratio) with an image on load but also have this image/widget able to move with scroll. In other words, stick an image to page edges or a bit of text to the bottom of the page on load, but then both move up when scrolling to reveal the rest of the page. Is this possible without code?

1 Like

What about sizing the image to fit the viewport (you can use fixed position, full w and full h if you wish). Keep Scale Layout enabled and this will help in having the image scaling up/down on different devices.

If you need to move the image, you can apply and on scroll animation.