Prãshant Saraswat
Prãshant Saraswat

Reputation: 366

How to resize Splash Screen Image in MAUI?

I'm trying to add an image on Splash Screen and the image size is 512x512 but it is not showing correctly on the splash screen. So, is there a way to resize the splash screen image?

Upvotes: 10

Views: 9178

Answers (2)

Harry Smith
Harry Smith

Reputation: 77

I experimented with this, and you can use base size to stretch the image in one direction or another, but you can't make it any bigger Even when I set the base size to something really large like 1,024, 1024.

Upvotes: 2

Jessie Zhang -MSFT
Jessie Zhang -MSFT

Reputation: 13889

Yes, there is a known issue about this problem. And this issue has been moved to the Backlog milestone. This means that it is not going to be worked on for the coming release.

You can follow it up here: https://github.com/dotnet/maui/issues/10275 .

Similar issue here: https://github.com/dotnet/maui/pull/9797 .

Thanks for your support and feedback for maui.

Upvotes: 3

Related Questions