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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Power App Forms: Image...
Power Apps
Suggested Answer

Power App Forms: Image Sizes in SharePoint List View

(1) ShareShare
ReportReport
Posted on by 4

Hallo,

 

I'm using a Sharepoint List that collects photos taken with a Power App form.

With newer records it's not possible to show an image in full size with the preview (double tap in list view) - it only shows the thumbnail. With older records I'd get the full resolution...

The only option currently is the details tab (right click on the record in list view -> details) to get a usable preview when double clicking the uploaded file.

Is there an easier option to preview the images?

 

Best,

Lukas

I have the same question (0)
  • WarrenBelz Profile Picture
    153,059 Most Valuable Professional on at
    Are you referring to the SharePoint Library interface here ? I get full resolution images with a double-click on photos taken yesterday.
  • Suggested answer
    LK-14111526-0 Profile Picture
    4 on at
    Hi WarrenBelz,
     
    I'm referring to a SharePoint List where the images are being uploaded to.
    In Power App I'm using a form where the pictures are being taken.
     
    Older records show the images in full size, while with newer records only the thumbnail is shown when double clicking.
    As mentioned - the only workaround I've found is using the details side tab...
     
     
  • ronaldwalcott Profile Picture
    3,847 Super User 2025 Season 2 on at
    Do you mean clicking in this view?
     
  • Suggested answer
    ronaldwalcott Profile Picture
    3,847 Super User 2025 Season 2 on at
    You could display it like this
     
     
    by choosing format this column
     
    and adding some json similar to 
     
    {
      "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
      "elmType": "img",
      "attributes": {
        "src": "=getThumbnailImage(@currentField, 500, 500)"
      },
      "style": {
        "width": "600px",
        "padding": "5px"
      },
      "customCardProps": {
        "formatter": {
          "elmType": "div",
          "style": {
            "padding": "15px 45px 15px 15px"
          },
          "children": [
            {
              "elmType": "img",
              "attributes": {
                "src": "=getThumbnailImage(@currentField, 500, 500)"
              },
              "style": {
                "width": "600px",
                "padding": "5px"
              }
            }
          ]
        },
        "openOnEvent": "hover",
        "directionalHint": "rightCenter",
        "isBeakVisible": true,
        "beakStyle": {
          "backgroundColor": "white"
        }
      }
    }
     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 711 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 319 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard