Would it be possible to make the media logos bigger in moving pictures? I wasn't sure if this was for here or moving pictures but the logos are bigger in the blue3 skin so i guess it's here. Anyway if i edit this code, and if this is even the right xml!
in the "movingpictures.common.details.mediainfo" (i don't understand xml but i'm always willing to try so forgive if this is noobish) and change say width from 64 to 128 and height from 32 to 64 will that just make them bigger and be okay or would it mess everything up? Or what would i need to change as well?
Thanks for any replies in advance and any advice would be much appreciated.
Code:
<controls>
<!-- Video Resolutions / Aspect Ratio -->
<control>
<description>720p, 1080i, 1080p</description>
<type>image</type>
<id>9796</id>
<posX>355</posX>
<posY>670</posY>
<width>64</width>
<height>32</height>
<texture flipY="true" diffuse="Thumb_Mask.png">Logos\Video\#MovingPictures.LocalMedia.videoresolution.png</texture>
<visible>!control.isvisible(50)+!control.isvisible(51)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
Thanks for any replies in advance and any advice would be much appreciated.