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
|
@ -130,17 +130,15 @@
|
|||
|
||||
function renderRecordings(page, result) {
|
||||
|
||||
var screenWidth = $(window).width();
|
||||
|
||||
$('.recordingsTab', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
|
||||
items: result.Items,
|
||||
shape: "autosmall",
|
||||
shape: "homePageSquare",
|
||||
showTitle: true,
|
||||
overlayText: screenWidth >= 600,
|
||||
overlayText: true,
|
||||
coverImage: true
|
||||
|
||||
})).createPosterItemMenus();
|
||||
})).createCardMenus();
|
||||
}
|
||||
|
||||
function renderSchedule(page, result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue