Legacy Theme Gallery Poster fix help

Hi, I was wondering if anyone knew how to not have a zoomed in poster in the gallery view of the Legacy theme.

I looked through the rv_gallery_browse_page.xml file, but all the images are scaled to 100, so I don’t understand why the poster is zoomed in.

Any help would be much appreciated.

That’s because you need to add somethings to the @@poster line.

You will need to have something like this.

    <image image=“@@poster” x=“57” y=“172” w=“176” h=“261” align=“hcenter” scale_type=“fixratio” scale=“100” />

The part in green with fix your thumbnail (poster) image to a fixed size.  If you don’t have this in the line the HUB uses “pan” by default which will stretch and crop the image.

I could be wrong but if I understand correctly but I think he uses movie sheets where thumbnails and sheets are side by side and instead of showing the thumbnail/poster it shows a center zoomed movie sheet. (i could be wrong)

image=“@@poster"x=“57” y=“172” w=“176” h=“261" scale=“100” scale_type=“pan” align=”top,right”/>

depending where the thumbnail is located on the movie sheet