Hello Folks,
Using the Power Apps Image control, is there any possibility to resize or crop the image in the app itself?
Prior posting to this forum, I did some research however could not find any relevant information - what could be the alternatives?
Thanks and regards.
Hi @fmourtaza ,
We can use a slider to resize the image control. You can see the detailed steps below.
1. Add a slider control under the image. Then set Slider:
Default(): 100,
Min: 0,
Max: 200,
2. In your Image set the Height and Width as a function of the Slider:
For example:
Height(): 2* Slider1.Value
Width(): 2* Slider1.Value
Run the app and test if the Slider changes the image size accordingly.
Best regards,
Allen
WarrenBelz
250
Most Valuable Professional
MS.Ragavendar
126
stampcoin
108