I am working on a news app, and I would like to present portrait and landscape images in the news details page using Xamarin forms.
I would like to have full width image based on screen orientation and the height will be calculated based on image width saving the aspect ratio (without cropping the image). [see attached images]
What is the best practice to do that in Xamarin Forms?