set poster loadDisplayMode="scaleToZoom"

prevents distoring images in episode listing
This commit is contained in:
Alex Wardle 2022-12-24 13:23:29 -07:00
parent 2c3a7b1f33
commit 6b109273e7

View File

@ -3,7 +3,7 @@
<children>
<LayoutGroup id="toplevel" layoutDirection="vert" itemSpacings="[40]">
<LayoutGroup id="main_group" layoutDirection="horiz" itemSpacings="[30]">
<Poster id="poster" width="350" height="300" />
<Poster id="poster" width="350" height="300" loadDisplayMode="scaleToZoom"/>
<LayoutGroup id="text" layoutDirection="vert" itemSpacings="[15]">
<!-- Using poster of 1 length to get spacing. Not successful with adding translation to title -->
<Poster id="null" height="1" />