web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How can I upload image...
Power Apps
Unanswered

How can I upload image that can show bigger when is click on it as the Power app portrait screen is small?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Dear All,

 

Would appreciate if anyone can advise how to make the image bigger in the Power app since it is already fit to size in the Power App screen? Or is there another way that we can make it visible in the Power app since it is too small to be seen?

 

Stardot_0-1648973561116.png

Thanks for the help in advance.

Categories:
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @Stardot :

    I suggest you refer to this scheme for clicking on the image to zoom the image:
    Set the image control's OnSelect property to:

    Set(ZoomValue,!ZoomValue)

    Set the image control's Width property to:

    Parent.Width*0.5*If(ZoomValue,1.5,1)

    Set the image control's Height property to:

    Parent.Height*0.5*If(ZoomValue,1.5,1)

    When you click on the image, the image will be enlarged, and click the image again to revert to its original size.

    Best Regards,

    Bof

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi Bof

    Thanks for your response. However it doesn't seem to work as the image is appearing very small in the screen and it is not visible as well when click on the image. Or are there any alternatives that we can go about if not an image format in the powerapps?

     

    Appreciate your advice. Many thanks.

    Before clicking to enlarge

    Stardot_0-1649572852688.png

    After clicking to enlarge

    Stardot_1-1649572884623.png

     

  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @Stardot :

    You can modify the magnification of the picture to make the picture bigger.

    Set the image control's OnSelect property to:

    Set(ZoomValue,!ZoomValue)

    Set the image control's Width property to:

    Parent.Width*0.5*If(ZoomValue,2,1)

    Set the image control's Height property to:

    Parent.Height*0.5*If(ZoomValue,2,1)

    When you click on the image, the image will be enlarged, and click the image again to revert to its original size.

    Best Regards,

    Bof

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard