Resize image to fit frame

Hi, I’m a bit new in Lotus developing, so there are lot of things for me to learn. So, let me tell you what im trying to achieve here. Im designing this application, it has a frame which contains a page, the page has a background image and an outline. The thing is, I want the image to stretch/resize depending on the frame size. I want to do this, because when I tested my application on a bigger screen the image didn’t fit exactly as it fitted on my screen. So, different screen sizes different looks of my application, and I don’t want that.Can someone please explain this to me?

Tnx in advance!

Subject: use a table

You could set the image as the background of a table cell, no repeat, and set the table properties to fit the page or a % of the page.

Subject: Tnx

Thank you for your help. :slight_smile: