Joe35car Posted November 11, 2022 Share Posted November 11, 2022 So in BB I am choosing the wheel 4 to fill the screen for video themes but the videos are stretched to 16:9. I would rather have them in their 4:3 format. How do I do this? Also can I do this for certain systems? Thanks Quote Link to comment Share on other sites More sharing options...
faeran Posted November 11, 2022 Share Posted November 11, 2022 1 hour ago, Joe35car said: So in BB I am choosing the wheel 4 to fill the screen for video themes but the videos are stretched to 16:9. I would rather have them in their 4:3 format. How do I do this? Also can I do this for certain systems? Thanks This all depends on what theme you are using. Certain themes are hard coded to stretch the video by the theme's author, while others are not. 1 Quote Link to comment Share on other sites More sharing options...
Joe35car Posted November 11, 2022 Author Share Posted November 11, 2022 (edited) So the theme game videos I test outside BB are at 4:3 but when they play in BB they are stretched. There has to be a setting somewhere? I'm using BB unified theme but in some systems like Arcade/MAME I want to choose wheel 4 where it just shows the game theme but its stretched and not at 4:3 as it is outside BB. Thanks Edited November 11, 2022 by Joe35car Quote Link to comment Share on other sites More sharing options...
faeran Posted November 11, 2022 Share Posted November 11, 2022 31 minutes ago, Joe35car said: So the theme game videos I test outside BB are at 4:3 but when they play in BB they are stretched. There has to be a setting somewhere? I'm using BB unified theme but in some systems like Arcade/MAME I want to choose wheel 4 where it just shows the game theme but its stretched and not at 4:3 as it is outside BB. Thanks This is theme specific. The author of the theme has decided to stretch the videos in those views within the xaml code itself. This is a choice that theme creators make when building their themes, and it sounds like the author decided to stretch videos for that particular view. You could make the change yourself, but you would have to edit the theme files to do so. Open the Wheel4GamesView.xaml for that theme, and there's probably a property that says StretchVideo="True". Change that to false. 1 Quote Link to comment Share on other sites More sharing options...
Joe35car Posted November 11, 2022 Author Share Posted November 11, 2022 Thanks I'll try that. Quote Link to comment Share on other sites More sharing options...
Joe35car Posted November 11, 2022 Author Share Posted November 11, 2022 (edited) Not sure which part to edit. Is it this part? HorizontalAlignment="Stretch" VerticalAlignment="Stretch" and if so what should I put? PlatformWheel4FiltersView.xaml Edited November 11, 2022 by Joe35car Quote Link to comment Share on other sites More sharing options...
faeran Posted November 11, 2022 Share Posted November 11, 2022 The first problem you have is that you posted a platform wheel view. Are you trying to adjust a platform view, or a game's vertical wheel view? If it's the game view, I gave you the name of the file above. I also gave you the property to change: StretchVideo 1 Quote Link to comment Share on other sites More sharing options...
Joe35car Posted November 11, 2022 Author Share Posted November 11, 2022 Sorry had a brain fart and uploaded the wrong file. I found the correct one and did what you said and works perfect. Thank you again for the help. 1 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.