Hi everyone
There is a way to resize a background image or something?
Because if I used an image, I have very often the case that the image size isn't good and I have some blank space on my border
So is it possible to resize directly the background image in powerapps?
And if I use this image in the media, I'm struggling with a similar problem, powerapps keep the ratio between widht and hight, so I have to keep these blank areas or here to there is a way to delete this awfull option?
Regards
Solved! Go to Solution.
Take a look at the Image Position property in the screen - some of its options will resize the image appropriately. To fill the entire screen, you can use Fill (will stretch the smaller of width / height to fill the entire screen, preserving the aspect ratio but possibly cropping the image), Stretch (will stretch both width and height, which will not crop the image but may change the aspect ration), or Tile (will duplicate the image many times across the screen).
Take a look at the Image Position property in the screen - some of its options will resize the image appropriately. To fill the entire screen, you can use Fill (will stretch the smaller of width / height to fill the entire screen, preserving the aspect ratio but possibly cropping the image), Stretch (will stretch both width and height, which will not crop the image but may change the aspect ration), or Tile (will duplicate the image many times across the screen).
Hi @freedumz,
Like @CarlosFigueira suggested, you could use ImagePosition property, which defines the position (Fill, Fit, Stretch, Tile, or Center) of an image in a screen or a control if it isn't the same size as the image, It applies to Audio, Image, Microphone, Screen, and Video controls.
Regards,
Mona
User | Count |
---|---|
196 | |
124 | |
87 | |
49 | |
42 |
User | Count |
---|---|
284 | |
163 | |
138 | |
75 | |
72 |