Hello, I am using ionic resources splash
to make splash screen.
It’s cropped my splash screen, and I don’t want to crop, i prefer resize.
How should I do it?
1 Like
Having the same issue, have you solved it ?
No i didnt fixed it…
I’ve created my own script ( MacOSX ):
Create only splashscreens for the Android platform
ionic-resources --splash --platform android
Create only icons for both Android & iOS
ionic-resources --icon
Create both icons & splashscreen for both Android & iOS
ionic-resources
Hope it will help others.