Personal Video Database

English => Support => Topic started by: cross on May 04, 2010, 07:09:24 pm

Title: People's poster view 'poster offset'(right side cut)
Post by: cross on May 04, 2010, 07:09:24 pm
I am happy about fixing 'poster offset' (right side cut) on movie view,
but on the people's view 'poster offset' (right side cut) is not fixed.

[attachment deleted by admin]
Title: Re: People's poster view 'poster offset'(right side cut)
Post by: mgpw4me@yahoo.com on May 04, 2010, 09:57:24 pm
All of the people skins that come with PVD work fine for me.

I assume you've updated a skin, so there must be a problem with the way it's coded.  If you post your code, I'm sure someone can help you.

[attachment deleted by admin]
Title: Re: People's poster view 'poster offset'(right side cut)
Post by: cross on May 05, 2010, 08:37:26 am
Thanks for reply, I use original PVD Classic theme, not edited.

Quote
All of the people skins that come with PVD work fine for me.

Are you sure? Please try people PVD Classic theme.
Title: Re: People's poster view 'poster offset'(right side cut)
Post by: rick.ca on May 05, 2010, 09:05:53 am
I don't see it in any skins. Do you see the effect on all images? What image types are you using?
Title: Re: People's poster view 'poster offset'(right side cut)
Post by: mgpw4me@yahoo.com on May 05, 2010, 03:03:28 pm
cross,

Looks like the size of the image is the problem.  If the image is thinner than the width of the 'autosize' column, the image is not scaled properly.  With copy / paste of your image, I was able to duplicate the problem with the classic skin (and only that skin).

The solution is update the skin. Change:
<photo autosize="true"/>

To:
<photo autosize="true" stretch="true"/>

I've included a zip file with this change.

[attachment deleted by admin]
Title: Re: People's poster view 'poster offset'(right side cut)
Post by: cross on May 05, 2010, 07:20:21 pm

Thank you very much mgpw4me@yahoo.com for help, work well now.