Issue
Clarity on image resolutions.
Environment
SDK
Answer
You have a few options here...
If don't want to provide all three resolutions, then use this:
ui_resolutions=hd
This will automatically scale your images accordingly. The drawback of this method is that 720p images are upscaled to 1080p.
If you want to provide all resolutions, use this:
ui_resolutions=sd,hd,fhd
Regardless of the either method, you will still need to provide all 3 resolutions for your splash screen.
Additional Resources
Comments
0 comments
Please sign in to leave a comment.