diff --git a/src/Uno.UI/UI/Xaml/Controls/Image/Image.wasm.cs b/src/Uno.UI/UI/Xaml/Controls/Image/Image.wasm.cs index 0cf0b59aa758..3d3bd5e36687 100644 --- a/src/Uno.UI/UI/Xaml/Controls/Image/Image.wasm.cs +++ b/src/Uno.UI/UI/Xaml/Controls/Image/Image.wasm.cs @@ -181,7 +181,7 @@ protected override Size ArrangeOverride(Size finalSize) // Calculate the position of the image to follow stretch and alignment requirements var finalPosition = this.ArrangeSource(finalSize, containerSize); - _htmlImage.ArrangeVisual(finalPosition, clipRect: null); + _htmlImage.ArrangeVisual(finalPosition, clipRect: new Rect(new Point(-finalPosition.Left, -finalPosition.Top), finalSize)); if (this.Log().IsEnabled(LogLevel.Debug)) {