I have an image control which is getting images from a dataverse collumn,
The aspect ratios for the images are all different (user uploaded) but I am displaying them in app at 16:9 as it fits the layout.
The issue is if there is an image that is in portrait (Height > Width) it is rotating the images to be horizontal (WHY?).
The Property ImageRotation is set to None and I have tried all the image position options.
Is there a way to force it to maintain its rotation? Or someway to get the image width and height so I can make adjustment in app?
Can't seem to find a way around this issue...