minor poster style tweaks in the web client

This commit is contained in:
Luke Pulverenti 2013-09-04 13:31:18 -04:00
parent b75396e20f
commit 647c0272a2
3 changed files with 30 additions and 15 deletions

View file

@ -151,7 +151,7 @@
$('#castCollapsible', page).hide();
} else {
$('#castCollapsible', page).show();
renderCast(page, item, context, 10);
renderCast(page, item, context, 8);
}
if (!item.PartCount || item.PartCount < 2) {
@ -457,7 +457,8 @@
var html = LibraryBrowser.getPosterDetailViewHtml({
items: result.Items,
useAverageAspectRatio: true,
shape: shape
shape: shape,
showParentName: false
});
$('#childrenContent', page).html(html);