mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make web client images more efficient by using max height instead of height
This commit is contained in:
parent
25cb195ec6
commit
144ee15789
5 changed files with 47 additions and 34 deletions
|
@ -11,7 +11,7 @@
|
|||
IncludeItemTypes: "Episode",
|
||||
Limit: 30,
|
||||
Recursive: true,
|
||||
Fields: "PrimaryImageAspectRatio,SeriesInfo,UserData",
|
||||
Fields: "SeriesInfo,UserData",
|
||||
IsUnaired: true
|
||||
};
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
|||
}
|
||||
$('#upcomingItems', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true,
|
||||
showLocationTypeIndicator: false,
|
||||
showNewIndicator: false,
|
||||
shape: "backdrop",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue