mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve poster sizing
This commit is contained in:
parent
48ea645cf9
commit
cd1e583fa7
58 changed files with 931 additions and 549 deletions
|
@ -22,10 +22,10 @@
|
|||
items: items,
|
||||
showUnplayedIndicator: false,
|
||||
showChildCountIndicator: true,
|
||||
shape: "square",
|
||||
shape: "homePageSquare",
|
||||
showTitle: true,
|
||||
showParentTitle: true
|
||||
})).createPosterItemMenus();
|
||||
})).createCardMenus();
|
||||
|
||||
});
|
||||
|
||||
|
@ -52,10 +52,10 @@
|
|||
$('#recentlyPlayedSongs', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
showUnplayedIndicator: false,
|
||||
shape: "square",
|
||||
shape: "homePageSquare",
|
||||
showTitle: true,
|
||||
showParentTitle: true
|
||||
})).createPosterItemMenus();
|
||||
})).createCardMenus();
|
||||
|
||||
});
|
||||
|
||||
|
@ -82,10 +82,10 @@
|
|||
$('#topPlayedSongs', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
showUnplayedIndicator: false,
|
||||
shape: "square",
|
||||
shape: "homePageSquare",
|
||||
showTitle: true,
|
||||
showParentTitle: true
|
||||
})).createPosterItemMenus();
|
||||
})).createCardMenus();
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue