Open WolfWalter opened 9 months ago
Its already fixed and in the main branch: Fix: Put the image size into the splashscreen #272
but we need a new release for that at npm :)
Ok. But that is just a PR, so it is not on the main branch. There is even another PR for this issue https://github.com/capacitor-community/electron/pull/201
@Frooger any plan on merging this PR?
Describe the bug After updating to 5.0.1 the splash screen is nearly blank. But after taking a closer look the splash.png is in the upper left corner, but super tiny.
To Reproduce Steps to reproduce the behavior:
Expected behavior Show the spash.png filling the view.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I guess this change is leading to this behaviour: https://github.com/capacitor-community/electron/blame/f7ce86454469e967b41c1db8f51ddb942d278ca9/src/electron-platform/ElectronSplashScreen.ts#L48
I also played around with the before and after html snippets an ran in the same issue.