Merge pull request #98 from gade01/master-fix-posters

Fix posters
This commit is contained in:
DaVukovic 2021-02-21 19:37:30 +01:00 committed by GitHub
commit 80603b9ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -279,7 +279,7 @@
<width>150</width>
<height>300</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<texture fallback="DefaultVideoCover.png">$VAR[NowPlayingThumb]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
@ -319,7 +319,7 @@
<width>120</width>
<height>300</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<texture fallback="DefaultVideoCover.png">$VAR[NowPlayingThumb]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
@ -387,7 +387,7 @@
<width>120</width>
<height>300</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<texture fallback="DefaultVideoCover.png">$VAR[NowPlayingThumb]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>

View File

@ -132,7 +132,7 @@
<top>350r</top>
<width>300</width>
<height>330</height>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<texture fallback="DefaultVideoCover.png">$VAR[NowPlayingThumb]</texture>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>