How to have 2 identical splash screen sizes on iOS?

Hello,

I am facing an issue with my launch screen size. As far as I understand, “splash” consists of two screens: the first is the one launched by iOS immediately, and the second one is the one displayed by Capacitor while the app loads (to avoid a white screen).

I used cordova-res ios --skip-config --copy to generate and set the images and made sure they are there in Xcode.

As you can see in the video, the first image appears bigger than the second one, I’m unable to figure out why and how to fix it. Any insights? Let me know if any additional information is needed.

Thank you!