1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

3.0.5607.1

This commit is contained in:
Luke Pulverenti 2015-05-10 09:06:12 -04:00
parent 5623b7c147
commit 66a896e13d
10 changed files with 169 additions and 113 deletions

View file

@ -1115,6 +1115,13 @@
options.shape = 'smallSquare';
squareSize = posterInfo.smallSquareSize;
}
else if (options.shape == 'detailPagePortrait') {
posterWidth = 200;
}
else if (options.shape == 'detailPage169') {
posterWidth = 260;
thumbWidth = 260;
}
var dateText;