capacitor-community / electron

Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Electron platform! 🖥️
https://capacitor-community.github.io/electron/
MIT License
318 stars 58 forks source link

Fixed SplashScreen issues #201

Open NoxFly opened 1 year ago

NoxFly commented 1 year ago

The splash size was not fitting the window, now it's covering it rightly. For example, a splashscreen of 400x400 with an image of 400x400, or any same ratio was resizing the image so it was bigger than the window, zooming on it. An image with a different ratio of the splashscreen window would be resized without ratio to cover the entire window. Not this is fixed thanks modified css. Also, the splash screen were resizable, which was a bit weird, it not longer be.