how to create popup image
i have icon in my screen ,when user click it should display the image in full screen with close (x) mark on right top of it , so user can close it.

how to create popup image
i have icon in my screen ,when user click it should display the image in full screen with close (x) mark on right top of it , so user can close it.
Set a Variable on the icon OnSelect
UpdateContext({varPopup: true})
then your full screen image and the X icon to close have the Visible
varPopup
and OnSelect of your X icon
UpdateContext({varPopup: false})
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps