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

Fix: Put the image size into the splashscreen #272

Open vespasianvs opened 7 months ago

vespasianvs commented 7 months ago

With the new version, the splash screen image seems to be only 4 x 18px even though the image file is 400px x 400px and the window is also the same.

It's because the width and height css values were removed. This adds them back in so correctly size the splash screen image.

Frooger commented 5 months ago

Is it possible to merge this, have the same issue and I guess many people too

Earu commented 5 months ago

I have the same issue

hatsantos commented 1 month ago

Same here... is there a way have this from npm? Or do i have to monkey path the node_modules source code after install?