demosthenes2010 Posted May 5, 2020 Share Posted May 5, 2020 Hello All, I've noticed that during the launch of a game, the background is not fit to the screen. Am hoping this is a simple matter of defining the resolution to the application in a configuration file somewhere or something. Screenshot attached. Quote Link to comment Share on other sites More sharing options...
Retro808 Posted May 5, 2020 Share Posted May 5, 2020 6 hours ago, demosthenes2010 said: Hello All, I've noticed that during the launch of a game, the background is not fit to the screen. Am hoping this is a simple matter of defining the resolution to the application in a configuration file somewhere or something. Screenshot attached. This is happening because the background image is looking for Fanart - Background image and since that game you are showing does not seem to have an image for that it is using your priority fallback which looks like a box image. The image is stretched uniformly to fill the space. The startup theme's code is likely using a Stretch="UniformToFill" command. You can change it to read Stretch="Unifrom" which would leave you with just a box image in the middle of the screen. That could also affect if a background image fills the whole screen or not. Quote Link to comment Share on other sites More sharing options...
demosthenes2010 Posted May 5, 2020 Author Share Posted May 5, 2020 Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.