Here is xaml (an image in stacklayout). Everything is logical: I set Aspect to AspectFit and HorizontalOptions to FillAndExpand. Width of image must fill the width of stackl
Try inclosing image inside of a grid like:
Sometimes when I have an image that is not resizing properly, inclosing it inside a grid solves the problem.