The image of some movies is getting cropped (1 Viewer)

kanelbulle

Portal Member
February 29, 2008
25
1
Home Country
Sweden Sweden
Hi!

When I'm in "My Movies" and in the Filmstrip view, the picture of some movies are getting cropped. All of the images height is there, but not the width. As you can see in my screenshot, the cover for "Into the wild" has been cropped at the left and right. Where and in which .xml file can I change the widht of theese images?

This isn't really a "problem", but its a thing thats been bothering me for a while now! So if anyone knows how to solve this, please tell me what to do :)

And psycho_reptile, thanks for a really good looking skin!!
 

Attachments

  • monchr2.jpg
    monchr2.jpg
    171.1 KB

Psycho Reptile

Retired Team Member
  • Premium Supporter
  • April 19, 2006
    1,316
    787
    Cambridge, England
    Home Country
    United Kingdom United Kingdom
    The filmstrip view is really picky, open common.facade.video.xml and adjust the values in red ;)

    Code:
    [COLOR="Red"]          <itemWidth>103</itemWidth>
              <itemHeight>132</itemHeight>
              <textureWidth>103</textureWidth>
              <textureHeight>132</textureHeight>
              <thumbWidth>79</thumbWidth>
              <thumbHeight>117</thumbHeight>
              <thumbPosX>12</thumbPosX>
              <thumbPosY>5</thumbPosY>[/COLOR]
              <imageFolder>movie_preview_thumb_background_nofocus.png</imageFolder>
              <imageFolderFocus>movie_preview_thumb_background_focus.png</imageFolderFocus>
              <font>font12</font>
              <suffix>|</suffix>
    [COLOR="Red"]          <textureWidthBig>206</textureWidthBig>
              <textureHeightBig>263</textureHeightBig>
              <itemWidthBig>206</itemWidthBig>
              <itemHeightBig>263</itemHeightBig>
              <thumbWidthBig>158</thumbWidthBig>
              <thumbHeightBig>233</thumbHeightBig>
              <thumbPosXBig>24</thumbPosXBig>
              <thumbPosYBig>10</thumbPosYBig>[/COLOR]
    PS: My skins are designed to run at 1366x768 :p
     

    Users who are viewing this thread

    Top Bottom