Thank you for choosing Microsoft Community.
Yes, you can display the full image instead of the thumbnail in your card gallery. Here’s how you can do it:
Use the Image Control:
Instead of relying on the default card gallery image control, add a separate Image control to your gallery.
Set the Image property of this control to the full image URL from your Dataverse table.
Modify the Data Source:
Ensure that your Dataverse table is returning the full image URL. You might need to adjust your data source or use a formula to get the full image URL.
Example Formula:
If your image column is named FullImage, you can set the Image property of the Image control to something like:
ThisItem.FullImage
Check Permissions:
Ensure that the images are accessible and that there are no permission issues preventing the full image from being displayed.
Here’s a step-by-step guide:
Add an Image Control:
In your card gallery, insert an Image control.
Set the Image Property:
Set the Image property of the Image control to the full image field from your Dataverse table. For example:
ThisItem.FullImage
Adjust the Layout:
Resize and position the Image control as needed to fit your gallery layout.
By following these steps, you should be able to display the full images in your card gallery instead of the thumbnails. If you encounter any issues or need further assistance, feel free to ask!
If this fixes the issue, please mark as resolved to help others with find it.
Happy to help
Robu 1